Merge pull request #129 from zach-chai/previous_meetings

make previous meetings per room instead of global
This commit is contained in:
Zachary Chai
2017-02-21 11:01:28 -05:00
committed by GitHub
4 changed files with 16 additions and 16 deletions

View File

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