make previous meetings per room instead of global

This commit is contained in:
Zachary Chai
2017-02-21 10:33:58 -05:00
parent 47464d35b2
commit 7b52e2ef61
4 changed files with 16 additions and 16 deletions

View File

@ -72,7 +72,7 @@ class @Meeting
if @type == 'meetings'
key = 'joinedMeetings'
else if @type == 'rooms'
key = 'joinedRooms'
key = 'joinedRooms-'+@adminId
# update previously joined meetings/rooms on client
try