diff options
author | kegsay <kegan@matrix.org> | 2021-07-14 10:39:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 10:39:17 +0100 |
commit | e80098e18630df4ff148c16f741dd72f33e2b1c8 (patch) | |
tree | e0f400b03c431f829b762f0b6becd26253490f88 /sytest-whitelist | |
parent | 7df3e691f218c7af7337ca2729d1cbaf3586726f (diff) |
bugfix: retire invites even when we cannot talk to the remote server to make/send_leave (#1918)
* bugfix: retire invites even when we cannot talk to the remote server to make/send_leave
Also modify the leave response in /sync to include a fake event as this is ultimately
what clients (and sytest) will use to determine leave-ness.
* hash the event ID
* Base64 not hex
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index f6210357..f72cf333 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -527,3 +527,6 @@ POST /_synapse/admin/v1/register with shared secret disallows symbols Membership event with an invalid displayname in the send_join response should not cause room join to fail Inbound federation rejects incorrectly-signed invite rejections Inbound federation can receive invite rejections +Inbound federation can receive invite and reject when remote replies with a 403 +Inbound federation can receive invite and reject when remote replies with a 500 +Inbound federation can receive invite and reject when remote is unreachable |