mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:07:50 +00:00
fix(disableSelfView) Config overwrites settings (#10750)
This commit is contained in:
@@ -125,6 +125,12 @@ function _setConfig({ dispatch, getState }, next, action) {
|
||||
}));
|
||||
}
|
||||
|
||||
if (action.config.disableSelfView !== undefined) {
|
||||
dispatch(updateSettings({
|
||||
disableSelfView: action.config.disableSelfView
|
||||
}));
|
||||
}
|
||||
|
||||
dispatch(updateConfig(config));
|
||||
|
||||
// FIXME On Web we rely on the global 'config' variable which gets altered
|
||||
|
||||
Reference in New Issue
Block a user