This commit is contained in:
djmaze 2020-11-10 09:59:56 +01:00
parent b3b8c97b00
commit cd52d9ae6c
3 changed files with 5 additions and 5 deletions

View file

@ -14,6 +14,8 @@ const HTML5Notification = window.Notification ? Notification : null,
focus();
if (data.Folder && data.Uid) {
dispatchEvent(new CustomEvent('mailbox.message.show', {detail:data}));
} else if (data.Url) {
rl.route.setHash(data.Url);
}
};