forked from External/greenlight
make previous meetings per room instead of global
This commit is contained in:
@ -216,7 +216,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