File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ servers.
7777A chosen resident homeserver might also be unable to issue invites (which, as below,
7878is a pre-requisite for generating a correctly-signed join event). In this case
7979it should return an error response with HTTP status code of 400 and an ` errcode `
80- of ` M_CANNOT_ALLOW ` . The joining server should attempt to join via another
80+ of ` M_UNABLE_TO_GRANT_JOIN ` . The joining server should attempt to join via another
8181resident homeserver.
8282
8383From the perspective of the [ auth rules] ( https://spec.matrix.org/unstable/rooms/v1/#authorization-rules ) ,
@@ -88,9 +88,9 @@ caveat that servers must ensure that:
8888* The join event has a valid signature from a homeserver whose users have the
8989 power to issue invites.
9090
91- When generating a join event the server should include the MXID of a local user
92- who could issue an invite in the content with the key
93- ` join_authorised_via_users_server ` . The actual user chosen is arbitrary.
91+ When generating a join event for ` /join ` or ` /make_join ` , the server should
92+ include the MXID of a local user who could issue an invite in the content with
93+ the key ` join_authorised_via_users_server ` . The actual user chosen is arbitrary.
9494
9595 This implies that:
9696
You can’t perform that action at this time.
0 commit comments