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.j8
|
|
||
37 |
|
37 |
|
38 |
|
38 |
|
39 |
|
39 |
|
|
40 |
|
|
40 |
|
41 |
|
41 |
|
42 |
|
42 |
|
43 |
|
|
|
||
1262 |
|
1263 |
|
1263 |
|
1264 |
|
1264 |
|
1265 |
|
1265 |
|
|
|
1266 |
|
1266 |
|
1267 |
|
1267 |
|
|
1268 |
|
|
|
1269 |
|
|
|
1270 |
|
|
1268 |
|
1271 |
|
1269 |
|
1272 |
|
1270 |
|
1273 |
|
1271 |
|
1274 |
|
1272 |
|
1275 |
|
|
1276 |
|
|
|
1277 |
|
|
1273 |
|
1278 |
|
1274 |
|
1279 |
|
1275 |
|
1280 |
|
|
|
||
29 |
|
29 |
|
30 |
|
30 |
|
31 |
|
31 |
|
32 |
|
|
|
33 |
|
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
|
|
34 |
|
35 |
|
35 |
|
36 |
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
|
|
37 |
|
|
41 |
|
38 |
|
42 |
|
39 |
|
43 |
|
40 |
|
|
|
||
69 |
|
66 |
|
70 |
|
67 |
|
71 |
|
68 |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
|
|
|
76 |
|
|
|
77 |
|
|
|
78 |
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
|
85 |
|
|
|
86 |
|
|
72 |
|
87 |
|
73 |
|
88 |
|
74 |
|
89 |
|