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

Fix list of users in room

parent a2065dcb
No related branches found
No related tags found
No related merge requests found
......@@ -245,12 +245,12 @@ Template.chatWindowDashboard.helpers
totalOnline: 0
users: []
if room?.uids
if room?.usernames
# UserManager.addUser room.uids
filter =
_id:
$in: room?.uids
username:
$in: room.usernames
# unless Template.instance().showUsersOffline.get()
# filter.status = { $ne: 'offline' }
......
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