Add a tag to notifications so they can clobber. Fixes #159.

This is the same fix we applied to angular to fix this problem in SYWEB-21.
pull/258/head
Kegan Dougal 2015-10-26 16:56:44 +00:00
parent 9217ae8fbb
commit 58bac0fbdc
1 changed files with 2 additions and 1 deletions

View File

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