mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Log on notification removal
// FREEBIE
This commit is contained in:
@@ -438,6 +438,7 @@
|
||||
var conversationId = this.id;
|
||||
sender.fetch().then(function() {
|
||||
sender.getNotificationIcon().then(function(iconUrl) {
|
||||
console.log('adding notification');
|
||||
Whisper.Notifications.add({
|
||||
title : sender.getTitle(),
|
||||
message : message.getNotificationText(),
|
||||
|
||||
Reference in New Issue
Block a user