mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:54:50 -04:00
Better handle 404 response for federation /send/
This commit is contained in:
parent
ab55794b6f
commit
ae7a132f38
2 changed files with 14 additions and 2 deletions
|
@ -319,6 +319,7 @@ class TransactionQueue(object):
|
|||
destination,
|
||||
self.clock,
|
||||
self.store,
|
||||
backoff_on_404=True, # If we get a 404 the other side has gone
|
||||
)
|
||||
|
||||
device_message_edus, device_stream_id, dev_list_id = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue