-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
room-specSomething to do with the room version specificationsSomething to do with the room version specificationswartA point where the protocol is inconsistent or inelegantA point where the protocol is inconsistent or inelegant
Description
Room v8 added join_authorised_via_users_server
to m.room.member
events to help with authorizing restricted room join events. However, the field isn't protected from redactions, which means the join event will suddenly become invalid (i.e. not pass event auth rules) if it's redacted. At least with synapse, existing servers will still see the member in the room, but any new servers will reject the event and any messages that the user sends.
Metadata
Metadata
Assignees
Labels
room-specSomething to do with the room version specificationsSomething to do with the room version specificationswartA point where the protocol is inconsistent or inelegantA point where the protocol is inconsistent or inelegant