Skip to content

Commit 3885a94

Browse files
committed
Include an additional error situation.
1 parent 77422e2 commit 3885a94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proposals/3083-restricted-rooms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ The above creates a new restriction on the relationship between the resident
113113
servers used for `/make_join` and `/send_join` -- they must now both go to
114114
the same server (since the `join_authorised_via_users_server` is added in
115115
the call to `/make_join`, while the final signature is added during
116-
the call to `/send_join`).
116+
the call to `/send_join`). If a request to `/send_join` is received that includes
117+
an event from a different resident server it should return an error response with
118+
HTTP status code of 400.
117119

118120
Note that the homeservers whose users can issue invites are trusted to confirm
119121
that the `allow` rules were properly checked (since this cannot easily be

0 commit comments

Comments
 (0)