aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-08-17 11:40:49 +0100
committerGitHub <noreply@github.com>2020-08-17 11:40:49 +0100
commit6cb1a65809ccfbeaede6ff164c281ba0ddf90ab7 (patch)
tree56406ef5a5d4335d03e7805c19fa35aad805871e /sytest-whitelist
parent6820b3e024474e2c44f7a0632261d2dc86257d77 (diff)
Synchronous invites (#1273)
* Refactor invites to be synchronous * Fix synchronous invites * Fix client API return type for send invite error * Linter * Restore PerformError on rsAPI.PerformInvite * Update sytest-whitelist * Don't override PerformError with normal errors * Fix error passing * Un-whitelist a couple of tests * Update sytest-whitelist * Try to handle multiple invite rejections better * nolint * Update gomatrixserverlib * Fix /v1/invite test * Remove replace from go.mod
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist3
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index c49ef94b..840d58a7 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -418,7 +418,6 @@ Inbound federation rejects attempts to join v2 rooms from servers only supportin
Outbound federation passes make_join failures through to the client
Outbound federation correctly handles unsupported room versions
Remote users may not join unfederated rooms
-Guest users denied access over federation if guest access prohibited
Non-numeric ports in server names are rejected
Invited user can reject invite over federation
Invited user can reject invite over federation for empty room
@@ -454,3 +453,5 @@ Banned servers cannot get missing events
Banned servers cannot get room state ids
Banned servers cannot backfill
Inbound /v1/send_leave rejects leaves from other servers
+Guest users can accept invites to private rooms over federation
+AS user (not ghost) can join room without registering