Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz
2019-09-03 18:08:11 +02:00
4 changed files with 55 additions and 49 deletions

View File

@@ -343,6 +343,7 @@ proxy.mailboxes = {
try {
var decrypted = box.encryptor.decrypt(_msg[4]);
message = JSON.parse(decrypted.content);
message.author = decrypted.author;
} catch (e) {
console.log(e);
}