Skip to content

Commit 72961e6

Browse files
clokeprichvdh
authored andcommitted
More review comments.
1 parent 977146b commit 72961e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/3083-restricted-rooms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ servers.
7777
A chosen resident homeserver might also be unable to issue invites (which, as below,
7878
is a pre-requisite for generating a correctly-signed join event). In this case
7979
it 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
8181
resident homeserver.
8282

8383
From 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

0 commit comments

Comments
 (0)