Fix join team for anon users

This commit is contained in:
yflory
2019-12-18 13:05:01 +01:00
parent 8eed376274
commit a817242fe5
6 changed files with 33 additions and 2 deletions

View File

@@ -675,6 +675,10 @@ define([
Cryptpad.messaging.answerFriendRequest(data, cb);
});
sframeChan.on('Q_ANON_GET_PREVIEW_CONTENT', function (data, cb) {
Cryptpad.anonGetPreviewContent(data, cb);
});
// History
sframeChan.on('Q_GET_FULL_HISTORY', function (data, cb) {
var crypto = Crypto.createEncryptor(secret.keys);