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

@ -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