diff --git a/config.sample.json b/config.sample.json index 10e3afd0b9..dffbb1f8fc 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 09a8e0c95c..02d8387bc5 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 908a12c892..553641cdd8 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/",