mirror of https://github.com/jitsi/jitsi-meet
When the prosody setting has muc_allowners, everyone joins as a moderator. In this case, the local user will not be set as a moderator in the redux store as the USER_ROLE_CHANGE event will trigger with the local user id before the redux store has set the actual local user id--something that happens on CONFERENCE_JOINED. The fix is to explicitly signal the local user role has changed to the redux store, which follows the implementation of pre-existing web logic.pull/1515/head
parent
c34e841710
commit
a82bc1df64
Loading…
Reference in new issue