Merge pull request #258 from vector-im/desktop-notification-spam

Add a tag to notifications so they can clobber.
This commit is contained in:
Kegsay 2015-10-27 09:17:45 +00:00
commit ce33c8cdf6

View File

@ -66,7 +66,8 @@ var NotifierView = {
title, title,
{ {
"body": msg, "body": msg,
"icon": avatarUrl "icon": avatarUrl,
"tag": "vector"
} }
); );