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,
|
title,
|
||||||
{
|
{
|
||||||
"body": msg,
|
"body": msg,
|
||||||
"icon": avatarUrl
|
"icon": avatarUrl,
|
||||||
|
"tag": "vector"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue