forked from External/greenlight
Merge pull request #129 from zach-chai/previous_meetings
make previous meetings per room instead of global
This commit is contained in:
@ -222,7 +222,7 @@ class @Recordings
|
||||
output = {}
|
||||
for key in [0...recording_names.length]
|
||||
output[recording_names[key]] = recording_names[key]
|
||||
PreviousMeetings.add(value for key, value of output)
|
||||
PreviousMeetings.uniqueAdd(value for key, value of output)
|
||||
|
||||
|
||||
# setup click handlers for the action buttons
|
||||
|
Reference in New Issue
Block a user