do apply lock settings again when the participant role has changed

This commit is contained in:
Felipe Cecagno 2014-11-23 23:00:31 -02:00
parent f0148f5e16
commit 3713ae8570

View File

@ -97,6 +97,9 @@ package org.bigbluebutton.main.model.users
_role = r; _role = r;
moderator = _role == MODERATOR; moderator = _role == MODERATOR;
verifyUserStatus(); verifyUserStatus();
if (me) {
applyLockSettings();
}
} }
[Bindable] public var moderator:Boolean = false; [Bindable] public var moderator:Boolean = false;