mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Enable reactions and edits by default
This enables reactions and edits by default, assuming you don't have any local device settings that would disable them. Fixes https://github.com/vector-im/riot-web/issues/10281
This commit is contained in:
parent
35ba489a2b
commit
3801f0b78e
1 changed files with 2 additions and 2 deletions
|
@ -118,13 +118,13 @@ export const SETTINGS = {
|
|||
isFeature: true,
|
||||
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"feature_reactions": {
|
||||
isFeature: true,
|
||||
displayName: _td("React to messages with emoji (refresh to apply changes)"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"MessageComposerInput.suggestEmoji": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
|
|
Loading…
Reference in a new issue