Merge pull request #6075 from matrix-org/travis/ce-def-rl

Upgrade showChatEffects to room-level setting exposure
pull/21833/head
Travis Ralston 2021-05-20 12:50:36 -06:00 committed by GitHub
commit 0fb77f5cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
default: Layout.Group,
},
"showChatEffects": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
displayName: _td("Show chat effects (animations when receiving e.g. confetti)"),
default: true,
controller: new ReducedMotionController(),