diff --git a/config.sample.json b/config.sample.json index 7c75635bc..751e2839c 100644 --- a/config.sample.json +++ b/config.sample.json @@ -21,8 +21,7 @@ "showLabsSettings": false, "features": { "feature_groups": "labs", - "feature_pinning": "labs", - "feature_reactions": "labs" + "feature_pinning": "labs" }, "default_federate": true, "default_theme": "light", diff --git a/docs/labs.md b/docs/labs.md index 65b71b346..579bb1e11 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -29,10 +29,4 @@ Once enabled, send a custom state event to a room to set values: That's it. Now should see your new counter under the header. -## Reactions - -`feature_reactions` allows reacting to messages with emoji and displaying -reactions from other people. This feature is currently under active development, -and only portions have been implemented so far. - [#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json index 27311da27..a995a4e9e 100644 --- a/electron_app/riot.im/config.json +++ b/electron_app/riot.im/config.json @@ -30,8 +30,7 @@ } }, "features": { - "feature_lazyloading": "enable", - "feature_reactions": "enable" + "feature_lazyloading": "enable" }, "enable_presence_by_hs_url": { "https://matrix.org": false diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 86623e7e0..2c295053f 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -25,8 +25,7 @@ "feature_tabbed_settings": "labs", "feature_sas": "labs", "feature_room_breadcrumbs": "labs", - "feature_state_counters": "labs", - "feature_reactions": "enable" + "feature_state_counters": "labs" }, "welcomeUserId": "@riot-bot:matrix.org", "piwik": {