Clarify state key and unstable field name

Signed-off-by: Tulir Asokan <tulir@maunium.net>
tulir/service-members
Tulir Asokan 1 year ago
parent 6df462e8ee
commit f9547e0b32

@ -10,7 +10,8 @@ solution for bots before canonical DMs are fully implemented.
## Proposal ## Proposal
The proposed solution is a new state event: `m.member_hints`. The state event The proposed solution is a new state event: `m.member_hints`. The state event
contains a field called `service_members` which is a list of user IDs. has no state key and contains a field called `service_members` which is a list
of user IDs.
Any users (service members) listed there should not be considered when Any users (service members) listed there should not be considered when
computing the room name or avatar based on the member list. If the room only computing the room name or avatar based on the member list. If the room only
@ -64,4 +65,5 @@ events.
## Unstable prefix ## Unstable prefix
Due to existing implementations, `io.element.functional_members` should be used Due to existing implementations, `io.element.functional_members` should be used
as the event type until this MSC is accepted. as the event type until this MSC is accepted. The field name (`service_members`)
is kept as-is.

Loading…
Cancel
Save