jiti-meet/react/features/base/participants
Leonard Kim a82bc1df64 fix: honor updates of the local user role before conference join
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.
2017-04-18 14:14:04 -05:00
..
components React (Native) optimizations/performance 2017-04-10 19:16:35 -05:00
actionTypes.js Use Symbol for Redux action types to prevent conflicts 2016-12-11 22:21:51 -06:00
actions.js fix: honor updates of the local user role before conference join 2017-04-18 14:14:04 -05:00
constants.js Import jitsi/jitsi-meet-react#2f23d98 2016-10-12 10:31:52 -05:00
functions.js [RN] fix(Avatar): Match the implementation for web 2017-03-08 13:21:34 -06:00
index.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00
middleware.js [RN] Simplify the source code 2016-12-11 22:21:51 -06:00
reducer.js Comply w/ coding style 2017-04-05 04:01:57 -05:00