do apply lock settings again when the participant role has changed
This commit is contained in:
parent
f0148f5e16
commit
3713ae8570
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user