Fix UI and rendering issues in the notifications panel
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user