You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Add scrollToBottomOnMessageSent setting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -317,6 +317,11 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||||||
displayName: _td('Show line numbers in code blocks'),
|
displayName: _td('Show line numbers in code blocks'),
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
"scrollToBottomOnMessageSent": {
|
||||||
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
|
displayName: _td('Jump to the bottom of the timeline when you send a message'),
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
"Pill.shouldShowPillAvatar": {
|
"Pill.shouldShowPillAvatar": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td('Show avatars in user and room mentions'),
|
displayName: _td('Show avatars in user and room mentions'),
|
||||||
|
|||||||
Reference in New Issue
Block a user