From 8398ec5358716efecf101c9bb7016a48aed7372f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 18 Jul 2019 10:48:43 +0100 Subject: [PATCH] Remove reactions feature flag from docs and config Part of https://github.com/vector-im/riot-web/issues/10282 --- config.sample.json | 3 +-- docs/labs.md | 6 ------ electron_app/riot.im/config.json | 3 +-- riot.im/develop/config.json | 3 +-- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/config.sample.json b/config.sample.json index 7c75635bcb..751e2839c6 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 65b71b3466..579bb1e113 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 27311da272..a995a4e9e3 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 86623e7e02..2c295053ff 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": {