mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Kick user/guest after enabling access list
This commit is contained in:
parent
5030835e01
commit
a7a1e160a3
@ -3271,6 +3271,10 @@ define([
|
||||
}
|
||||
|
||||
if (toolbar && typeof toolbar.failed === "function") { toolbar.failed(true); }
|
||||
sframeChan.event('EV_SHARE_OPEN', {hidden: true});
|
||||
UI.errorLoadingScreen(msg, false, false);
|
||||
(cb || function () {})();
|
||||
return;
|
||||
} else if (err.type === 'HASH_NOT_FOUND' && priv.isHistoryVersion) {
|
||||
msg = Messages.oo_deletedVersion;
|
||||
if (toolbar && typeof toolbar.failed === "function") { toolbar.failed(true); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user