Remove editing feature flag
Part of https://github.com/vector-im/riot-web/issues/10282
This commit is contained in:
parent
b8aae63c83
commit
674f33917f
8 changed files with 7 additions and 23 deletions
|
@ -114,12 +114,6 @@ export const SETTINGS = {
|
|||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_message_editing": {
|
||||
isFeature: true,
|
||||
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
"feature_reactions": {
|
||||
isFeature: true,
|
||||
displayName: _td("React to messages with emoji (refresh to apply changes)"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue