mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Revocation: fix private window
This commit is contained in:
parent
aa9d4e950b
commit
21397022be
@ -3138,7 +3138,7 @@ define([
|
||||
// initialize the chat (messenger) and the cursor modules.
|
||||
loadUniversal(Cursor, 'cursor', function () {});
|
||||
loadUniversal(Messenger, 'messenger', function () {});
|
||||
loadUniversal(Revocation, 'revocation', waitFor, clientId);
|
||||
loadUniversal(Revocation, 'revocation', function () {});
|
||||
store.messenger = store.modules['messenger'];
|
||||
|
||||
// And now we're ready
|
||||
|
||||
Loading…
Reference in New Issue
Block a user