mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user