Polish breakout code

This commit is contained in:
Gabriel Carvalho de Campes 2016-11-14 16:23:04 -02:00
parent 4b489df410
commit 694e300d55
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ import Logger from '/imports/startup/server/logger';
export default function (meetingId) {
return Breakouts.remove({
// breakoutMeetingId: meetingId,
breakoutMeetingId: meetingId,
}, Logger.info(`Cleared Breakouts (${meetingId})`));
}

View File

@ -71,6 +71,6 @@
"app.breakoutJoinConfirmation.dismissLabel": "Cancel",
"app.breakoutJoinConfirmation.dismissDesc": "Closes and rejects Joining the Breakout Room",
"app.breakoutTimeRemainingMessage": "Breakout Room time remaining: {time}",
"app.breakoutWillCloseMessage": "Message that tells time has ended and breakout will close",
"app.breakoutWillCloseMessage": "Time ended. Breakout Room will close soon",
"app.calculatingBreakoutTimeRemaining": "Calculating remaining time..."
}