mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #11830 from vector-im/dbkr/feature-presence-indicator_rel
Enable and document presence in room list feature flag
This commit is contained in:
commit
b4f210d68f
@ -95,3 +95,8 @@ Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is
|
|||||||
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
|
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
|
||||||
bridges are not expected to be compatible, and users should not rely on this
|
bridges are not expected to be compatible, and users should not rely on this
|
||||||
tab as the single source of truth just yet.
|
tab as the single source of truth just yet.
|
||||||
|
|
||||||
|
## Presence indicator in room list (`feature_presence_in_room_list`)
|
||||||
|
|
||||||
|
This adds a presence indicator in the room list next to DM rooms where the other
|
||||||
|
person is online.
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
"feature_cross_signing": "labs",
|
"feature_cross_signing": "labs",
|
||||||
"feature_event_indexing": "labs",
|
"feature_event_indexing": "labs",
|
||||||
"feature_ftue_dms": "labs",
|
"feature_ftue_dms": "labs",
|
||||||
"feature_bridge_state": "labs"
|
"feature_bridge_state": "labs",
|
||||||
|
"feature_presence_in_room_list": "labs"
|
||||||
},
|
},
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
"welcomeUserId": "@riot-bot:matrix.org",
|
||||||
"piwik": {
|
"piwik": {
|
||||||
|
Loading…
Reference in New Issue
Block a user