mirror of https://github.com/vector-im/riot-web
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/10281pull/21833/head
parent
35ba489a2b
commit
3801f0b78e
|
@ -118,13 +118,13 @@ export const SETTINGS = {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
|
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
|
||||||
supportedLevels: LEVELS_FEATURE,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"feature_reactions": {
|
"feature_reactions": {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
displayName: _td("React to messages with emoji (refresh to apply changes)"),
|
displayName: _td("React to messages with emoji (refresh to apply changes)"),
|
||||||
supportedLevels: LEVELS_FEATURE,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"MessageComposerInput.suggestEmoji": {
|
"MessageComposerInput.suggestEmoji": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
|
|
Loading…
Reference in New Issue