jiti-meet/react/features/base/jwt
Lyubo Marinov ce1a8e7567 [RN] Don't tell everyone we're called "me"
Recently/as part of the work on taking into account the user defined by
JWT, the local participant (on mobile) started telling the remote
participants that he/she had the display name "me". Obviously, that's
incorrect. Do not store the default display name in redux. While it may
be argues that redux is the place for all states, base/participants and
the name property of Participant is not meant to be that display name
because that is being sent to remote participants, the default name
needs to be internationalized, etc. So it's better to not store the
default display name at this time at all because it's not used by mobile
anyway and Web already deals with remote participants who don't share
their display names.
2017-10-18 13:15:49 -05:00
..
components ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
actionTypes.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
actions.js Flow, coding style 2017-10-13 14:34:09 -05:00
functions.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
index.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
middleware.js [RN] Don't tell everyone we're called "me" 2017-10-18 13:15:49 -05:00
reducer.js Flow, coding style 2017-10-12 14:59:11 -05:00