From 7bf1680ff8b3fd85e879d6cd334574012eee3448 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 22 Aug 2019 15:22:21 -0600 Subject: [PATCH 1/2] Add docs for tabbed integration managers labs flag --- docs/labs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 4399d36268..8250bf917c 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -50,3 +50,7 @@ That's it. Now should see your new counter under the header. An experimental, faster, message composer which should be more reliable and less prone to problems when using your chosen input method. + +## Multiple integration managers (`feature_many_integration_managers`) + +Exposes a way to access all the integration managers known to Riot. This is an implementation of [MSC1957](https://github.com/matrix-org/matrix-doc/pull/1957). From 3e3cd068dc4de94577fcf0242466a7ba519b6481 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 23 Aug 2019 09:19:16 -0600 Subject: [PATCH 2/2] Enable labs flag for develop --- riot.im/develop/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 69f42dd62e..405e138e0f 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -26,7 +26,8 @@ "feature_sas": "labs", "feature_room_breadcrumbs": "labs", "feature_state_counters": "labs", - "feature_cider_composer": "labs" + "feature_cider_composer": "labs", + "feature_many_integration_managers": "labs" }, "welcomeUserId": "@riot-bot:matrix.org", "piwik": {