Clarify that the resident server should sign the restricted join (#1093)

* Clarify that server should sign the restricted join

* Changelog

* Changelog
pull/1097/head
David Robertson 2 years ago committed by GitHub
parent e38c4e6f17
commit 25a9dcfd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Auth rules: clarify that the resident server must sign a restricted join event.

@ -46,7 +46,7 @@ The rules are as follows:
1. If no `state_key` key or `membership` key in `content`, reject.
2. If `content` has a `join_authorised_via_users_server`
key:
1. If the event is not validly signed by the user ID denoted
1. If the event is not validly signed by the homeserver of the user ID denoted
by the key, reject.
3. If `membership` is `join`:
1. If the only previous event is an `m.room.create` and the

Loading…
Cancel
Save