Create app updated eventlog entry and notification

This commit is contained in:
Johannes Zellner
2019-05-07 12:04:43 +02:00
parent 8f677177f2
commit b536c8196b
5 changed files with 32 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ exports = module.exports = {
ACTION_APP_RESTORE: 'app.restore',
ACTION_APP_UNINSTALL: 'app.uninstall',
ACTION_APP_UPDATE: 'app.update',
ACTION_APP_UPDATE_FINISH: 'app.update.finish',
ACTION_APP_LOGIN: 'app.login',
ACTION_APP_OOM: 'app.oom',
ACTION_APP_UP: 'app.up',