-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
matrix-org/complement#367 for MSC3787 has landed on my plate. I also have no idea what I'm doing, but maybe I can work it out.
As Kegan details in matrix-org/complement#367 (review), someone needs to teach gomatrixserverlib about the new room version. But there isn't actually anyone pushing for this, so you'll have to make do with me.
The status today:
- Room version 7 allowed a
join_ruleofknock. Any room with this join rule could be knocked upon. - Room version 9 allowed a
join_ruleofrestricted. Any room with this join rule could be joined based on membership of a space.
This new room version introduces a new join_rule for a room called knock_restricted. Rooms with this join_rule:
- allow knocking, as in room version 7, and
- allow joining based on membership of a space, as in room version 9.
Implementation.
We need a new entry in the roomVersionMeta map.
The rest TBD.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels