trying to wait for the user to be logged in to resigner the callback on messages

pull/2253/head
Gabriel Engel 9 years ago
parent f392f4f5b0
commit 66bf35c029
  1. 5
      client/notifications/notification.coffee

@ -3,6 +3,11 @@
# group messages in which the user is mentioned.
Meteor.startup ->
Tracker.autorun ->
if Meteor.userId()
RocketChat.Notifications.onUser 'notification', (notification) ->
openedRoomId = undefined

Loading…
Cancel
Save