mirror of https://github.com/vector-im/riot-web
Upgrade showChatEffects to room-level setting exposure
parent
e07e7cf8d2
commit
018a75ea1e
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue