Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit a2519e9

Browse files
committed
chore(settings): disable show redactions by default
1 parent c982c16 commit a2519e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ export const SETTINGS: Settings = {
732732
"showRedactions": {
733733
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
734734
displayName: _td("settings|show_redaction_placeholder"),
735-
default: true,
735+
default: false,
736736
invertedSettingName: "hideRedactions",
737737
},
738738
"showJoinLeaves": {

0 commit comments

Comments
 (0)