jiti-meet/react/features/base/settings
virtuacoplenny eb644987ce
fix(settings): do not use non-set localStorage values (#4299)
If a value is not set in localStorage then null is
returned. null should not be converted to an empty
string (via _.escape) because that will then be
stored in localStorage as the user set preference
and will keep overriding any other values set
in localStorage for the displayname.
2019-06-04 17:42:48 -07:00
..
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
constants.js [RN] Refactor getting the default URL 2018-07-12 11:28:18 -05:00
functions.js Fall back to using label for preferred devices (#4171) 2019-05-07 09:53:01 +01:00
index.js [RN] Refactor getting the default URL 2018-07-12 11:28:18 -05:00
middleware.js [RN] Fix for creating video track when conference is ending. 2018-06-20 11:24:07 +02:00
reducer.js fix(settings): do not use non-set localStorage values (#4299) 2019-06-04 17:42:48 -07:00