Skip to content

Commit 58bac0f

Browse files
committed
Add a tag to notifications so they can clobber. Fixes element-hq#159.
This is the same fix we applied to angular to fix this problem in SYWEB-21.
1 parent 9217ae8 commit 58bac0f

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)