Merge branch 'user-admin-logout-everywhere' into staging

This commit is contained in:
ansuz
2020-02-25 11:37:26 -05:00
2 changed files with 15 additions and 0 deletions

View File

@@ -783,6 +783,10 @@ define([
Utils.LocalStore.logout(cb);
});
sframeChan.on('Q_LOGOUT_EVERYWHERE', function (data, cb) {
Cryptpad.logoutFromAll(cb);
});
sframeChan.on('EV_NOTIFY', function (data) {
Notifier.notify(data);
});