Skip to content
Snippets Groups Projects
Commit 9e8b3a55 authored by Diego Sampaio's avatar Diego Sampaio
Browse files

fix can't send msgs to new livechat rooms

parent d467d29b
No related branches found
No related tags found
No related merge requests found
...@@ -94,10 +94,10 @@ RocketChat.Notifications.onUser 'message', (msg) -> ...@@ -94,10 +94,10 @@ RocketChat.Notifications.onUser 'message', (msg) ->
query = query =
t: type t: type
if type in ['c', 'p'] if type is 'd'
query.name = name
else if type is 'd'
query.usernames = $all: [Meteor.user()?.username, name] query.usernames = $all: [Meteor.user()?.username, name]
else
query.name = name
room = ChatRoom.findOne query, { reactive: false } room = ChatRoom.findOne query, { reactive: false }
......
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