mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Update notification code to new avatar format
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
sender.fetch().then(function() {
|
||||
var notification = new Notification(sender.getTitle(), {
|
||||
body: message.getDescription(),
|
||||
icon: sender.getAvatarUrl(),
|
||||
icon: sender.getAvatar().url,
|
||||
tag: conversation.id
|
||||
});
|
||||
notification.onclick = function() {
|
||||
|
||||
Reference in New Issue
Block a user