Unfurl notifications

Since we no longer have support for list-style notifications, stop
coalescing notifications into batches and just show contents of the last
message received. Also open the window when clicking on a notification
if it has previously been closed.

// FREEBIE
This commit is contained in:
lilia 2017-04-27 18:21:52 -07:00 committed by Scott Nonnenberg
parent b5649a6874
commit 79872be9f5
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 22 additions and 54 deletions

View file

@ -98,6 +98,7 @@
});
Whisper.Notifications.on('click', function(conversation) {
showWindow();
if (conversation) {
appView.openConversation(conversation);
} else {