Revocation: fix private window

This commit is contained in:
yflory 2023-04-11 10:27:59 +02:00
parent aa9d4e950b
commit 21397022be

View File

@ -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