Fix UI and rendering issues in the notifications panel

This commit is contained in:
yflory
2019-09-03 17:58:56 +02:00
parent 2411932229
commit a8ec344203
4 changed files with 55 additions and 49 deletions

View File

@@ -353,6 +353,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);
}