Skip to content

Commit 8398ec5

Browse files
committed
Remove reactions feature flag from docs and config
Part of element-hq#10282
1 parent 7731f93 commit 8398ec5

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

config.sample.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"showLabsSettings": false,
2222
"features": {
2323
"feature_groups": "labs",
24-
"feature_pinning": "labs",
25-
"feature_reactions": "labs"
24+
"feature_pinning": "labs"
2625
},
2726
"default_federate": true,
2827
"default_theme": "light",

docs/labs.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +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-
3832
[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org

electron_app/riot.im/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
}
3131
},
3232
"features": {
33-
"feature_lazyloading": "enable",
34-
"feature_reactions": "enable"
33+
"feature_lazyloading": "enable"
3534
},
3635
"enable_presence_by_hs_url": {
3736
"https://matrix.org": false

riot.im/develop/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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"
28+
"feature_state_counters": "labs"
3029
},
3130
"welcomeUserId": "@riot-bot:matrix.org",
3231
"piwik": {

0 commit comments

Comments
 (0)