Skip to content

Commit 83e5eba

Browse files
authored
Merge pull request #11778 from vector-im/hs/feature_bridge_state
Add docs for feature_bridge_state flag
2 parents 024c019 + 50fe310 commit 83e5eba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/labs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ An improved dialog for inviting users. Once finished, this will replace both the
8888
DM creation dialog and the 'invite user' dialog. This is a work in progress and
8989
as such not all functionality may be present until the feature replaces today's
9090
UX.
91+
92+
## Bridge info tab (`feature_bridge_state`)
93+
94+
Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is
95+
present in the room. The Bridge info tab pulls information from the `m.bridge` state event ([MSC2346](https://github.com/matrix-org/matrix-doc/pull/2346)). Since the feature is based upon a MSC, most
96+
bridges are not expected to be compatible, and users should not rely on this
97+
tab as the single source of truth just yet.

riot.im/develop/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"feature_dm_verification": "labs",
2323
"feature_cross_signing": "labs",
2424
"feature_event_indexing": "labs",
25-
"feature_ftue_dms": "labs"
25+
"feature_ftue_dms": "labs",
26+
"feature_bridge_state": "labs"
2627
},
2728
"welcomeUserId": "@riot-bot:matrix.org",
2829
"piwik": {

0 commit comments

Comments
 (0)