Skip to content

Commit f4ee5d0

Browse files
authored
Merge pull request element-hq#10363 from vector-im/jryans/rm-reactions-edits-flags
Remove edits and reactions feature flags from docs and config
2 parents 8a022a4 + 8398ec5 commit f4ee5d0

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

config.sample.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"showLabsSettings": false,
2222
"features": {
2323
"feature_groups": "labs",
24-
"feature_pinning": "labs",
25-
"feature_reactions": "labs",
26-
"feature_message_editing": "labs"
24+
"feature_pinning": "labs"
2725
},
2826
"default_federate": true,
2927
"default_theme": "light",

docs/labs.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,4 @@ Once enabled, send a custom state event to a room to set values:
2929

3030
That's it. Now should see your new counter under the header.
3131

32-
## Reactions
33-
34-
`feature_reactions` allows reacting to messages with emoji and displaying
35-
reactions from other people. This feature is currently under active development,
36-
and only portions have been implemented so far.
37-
38-
## Message editing
39-
40-
`feature_message_editing` allows editing messages after they have been sent,
41-
accessible from the reaction/context bar when hovering a message.
42-
This feature is currently under active development,
43-
and only portions have been implemented so far.
44-
4532
[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org

electron_app/riot.im/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
}
3131
},
3232
"features": {
33-
"feature_lazyloading": "enable",
34-
"feature_reactions": "enable",
35-
"feature_message_editing": "enable"
33+
"feature_lazyloading": "enable"
3634
},
3735
"enable_presence_by_hs_url": {
3836
"https://matrix.org": false

riot.im/develop/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
"feature_tabbed_settings": "labs",
2626
"feature_sas": "labs",
2727
"feature_room_breadcrumbs": "labs",
28-
"feature_state_counters": "labs",
29-
"feature_reactions": "enable",
30-
"feature_message_editing": "enable"
28+
"feature_state_counters": "labs"
3129
},
3230
"welcomeUserId": "@riot-bot:matrix.org",
3331
"piwik": {

0 commit comments

Comments
 (0)