mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 22:10:57 +08:00
Merge pull request #258 from vector-im/desktop-notification-spam
Add a tag to notifications so they can clobber.
This commit is contained in:
commit
ce33c8cdf6
@ -66,7 +66,8 @@ var NotifierView = {
|
||||
title,
|
||||
{
|
||||
"body": msg,
|
||||
"icon": avatarUrl
|
||||
"icon": avatarUrl,
|
||||
"tag": "vector"
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user