From e95036405b81b435b6e56f152238e68b55db2484 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 6 Jul 2020 15:22:57 +0100 Subject: [PATCH] Release the irc layout to the wild --- config.sample.json | 3 +-- docs/labs.md | 5 ----- riot.im/develop/config.json | 3 +-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/config.sample.json b/config.sample.json index 10e3afd0..dffbb1f8 100644 --- a/config.sample.json +++ b/config.sample.json @@ -31,8 +31,7 @@ "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", - "feature_state_counters": "labs", - "feature_irc_ui": "labs" + "feature_state_counters": "labs" }, "default_federate": true, "default_theme": "light", diff --git a/docs/labs.md b/docs/labs.md index 09a8e0c9..02d8387b 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -105,8 +105,3 @@ For some sample themes, check out [aaronraimist/riot-web-themes](https://github. A complete rewrite of the room list is underway to increase performance, stability, and general usability. This is still rapidly changing, but feel free to give it a test. -## IRC message layout (`feature_irc_ui`) - -Adds an option to change the message layout to an IRC style ` timestamp | avatar -| name | message ` - diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 908a12c8..553641cd 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -25,8 +25,7 @@ "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs", "feature_custom_themes": "labs", - "feature_new_room_list": "labs", - "feature_irc_ui": "labs" + "feature_new_room_list": "labs" }, "piwik": { "url": "https://piwik.riot.im/",