mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
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
This commit is contained in:
parent
7df3e691f2
commit
e80098e186
3 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue