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