mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Notification improvements
- Remove on read, on focus, and on exit. - Show multi-message notifications like '5 new messages'.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
);
|
||||
});
|
||||
if (message) {
|
||||
Whisper.Notifications.remove(message);
|
||||
return message.markRead(receipt.get('read_at')).then(
|
||||
function() {
|
||||
this.notifyConversation(message);
|
||||
|
||||
Reference in New Issue
Block a user