mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Clarify that server should sign the restricted join
This commit is contained in:
parent
bb47f08ee7
commit
d0e841bd43
|
|
@ -46,7 +46,7 @@ The rules are as follows:
|
||||||
1. If no `state_key` key or `membership` key in `content`, reject.
|
1. If no `state_key` key or `membership` key in `content`, reject.
|
||||||
2. If `content` has a `join_authorised_via_users_server`
|
2. If `content` has a `join_authorised_via_users_server`
|
||||||
key:
|
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.
|
by the key, reject.
|
||||||
3. If `membership` is `join`:
|
3. If `membership` is `join`:
|
||||||
1. If the only previous event is an `m.room.create` and the
|
1. If the only previous event is an `m.room.create` and the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue