Skip to content
Snippets Groups Projects
Commit a92ab84b authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Closes #1866; Do not close Desktop Notifications to keep them in notification center

parent aa6d0265
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,6 @@
when 'p'
FlowRouter.go 'group', {name: notification.payload.name}
setTimeout ->
n.close()
, 10000
newMessage: ->
unless Session.equals('user_' + Meteor.userId() + '_status', 'busy') or Meteor.user()?.settings?.preferences?.disableNewMessageNotification
$('#chatAudioNotification')[0].play()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment