Skip to content

Commit

Permalink
fix(config-whitelist): remove props.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed Nov 25, 2024
1 parent 478852c commit 4d483f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ export default [
'pcStatsInterval',
'preferBosh',
'preferVisitor',
'prejoinConfig',
'prejoinConfig.enabled',
'prejoinConfig.hideDisplayName',
'prejoinConfig.hideExtraJoinButtons',
'prejoinPageEnabled',
'raisedHands',
'recordingService',
Expand Down
1 change: 0 additions & 1 deletion react/features/base/config/interfaceConfigWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default [
'INDICATOR_FONT_SIZES',
'INITIAL_TOOLBAR_TIMEOUT',
'LANG_DETECTION',
'LIVE_STREAMING_HELP_LINK',
'LOCAL_THUMBNAIL_RATIO',
'MAXIMUM_ZOOMING_COEFFICIENT',
'NATIVE_APP_NAME',
Expand Down

0 comments on commit 4d483f7

Please sign in to comment.