mirror of https://github.com/vector-im/riot-web
Merge pull request #6075 from matrix-org/travis/ce-def-rl
Upgrade showChatEffects to room-level setting exposurepull/21833/head
commit
0fb77f5cb2
|
@ -730,7 +730,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
default: Layout.Group,
|
default: Layout.Group,
|
||||||
},
|
},
|
||||||
"showChatEffects": {
|
"showChatEffects": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
|
||||||
displayName: _td("Show chat effects (animations when receiving e.g. confetti)"),
|
displayName: _td("Show chat effects (animations when receiving e.g. confetti)"),
|
||||||
default: true,
|
default: true,
|
||||||
controller: new ReducedMotionController(),
|
controller: new ReducedMotionController(),
|
||||||
|
|
Loading…
Reference in New Issue