Skip to content

Commit ce33c8c

Browse files
committed
Merge pull request element-hq#258 from vector-im/desktop-notification-spam
Add a tag to notifications so they can clobber.
2 parents 9217ae8 + 58bac0f commit ce33c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/skins/vector/views/organisms/Notifier.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ var NotifierView = {
6666
title,
6767
{
6868
"body": msg,
69-
"icon": avatarUrl
69+
"icon": avatarUrl,
70+
"tag": "vector"
7071
}
7172
);
7273

0 commit comments

Comments
 (0)