Skip to content

fix: remove deprecated options from configWhitelist#16919

Open
dhiraj-143r wants to merge 1 commit intojitsi:masterfrom
dhiraj-143r:fix/cleanup-deprecated-config-whitelist
Open

fix: remove deprecated options from configWhitelist#16919
dhiraj-143r wants to merge 1 commit intojitsi:masterfrom
dhiraj-143r:fix/cleanup-deprecated-config-whitelist

Conversation

@dhiraj-143r
Copy link

Description

This PR cleans up the configWhitelist.ts by removing deprecated configuration options that already have modern replacements in the new config structure.

Changes

  • Removed 13 deprecated entries from the whitelist array in configWhitelist.ts

Testing

  • Verified that all removed options have existing replacements already present in the whitelist

Fixes #16913

Remove the following deprecated configuration options from the
whitelist to enforce the new config structure:

- autoKnockLobby (use lobby.autoKnock)
- disableDeepLinking (use deeplinking.disabled)
- disableIncomingMessageSound (use disabledSounds)
- disableJoinLeaveSounds (use disabledSounds)
- disableRecordAudioNotification (use disabledSounds)
- disableRemoveRaisedHandOnFocus (use raisedHands)
- disableSpeakerStatsSearch (use speakerStats)
- speakerStatsOrder (use speakerStats)
- enableLobbyChat (use lobby)
- hideAddRoomButton (use breakoutRooms)
- hideLobbyButton (use securityUi)
- liveStreamingEnabled (use liveStreaming.enabled)
- transcribingEnabled (use transcription)

Fixes: jitsi#16913
@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

@dhiraj-143r dhiraj-143r marked this pull request as ready for review February 10, 2026 14:31
@dhiraj-143r
Copy link
Author

@saghul
This PR is ready for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup deprecated options from configWhitelist

3 participants