forked from External/greenlight
Merge pull request #137 from zach-chai/scope_recording_create
scope recording create notifications to room owner only
This commit is contained in:
commit
668886826f
|
@ -46,7 +46,7 @@
|
|||
showAlert(I18n.recording_deleted, 4000);
|
||||
|
||||
} else if (data.action === 'create') {
|
||||
if (row.length == 0) {
|
||||
if (isRoomOwner() && row.length == 0) {
|
||||
recordings.refresh();
|
||||
showAlert(I18n.recording_created, 4000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue