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

Commit 0fb77f5

Browse files
authored
Merge pull request #6075 from matrix-org/travis/ce-def-rl
Upgrade showChatEffects to room-level setting exposure
2 parents fff849c + 018a75e commit 0fb77f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
730730
default: Layout.Group,
731731
},
732732
"showChatEffects": {
733-
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
733+
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
734734
displayName: _td("Show chat effects (animations when receiving e.g. confetti)"),
735735
default: true,
736736
controller: new ReducedMotionController(),

0 commit comments

Comments
 (0)