mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Merge 579b1309df
into a4c476305e
This commit is contained in:
commit
6224d5613a
2 changed files with 2 additions and 0 deletions
1
changelog.d/18018.bugfix
Normal file
1
changelog.d/18018.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Don't apply ratelimiting on the sending of delayed events by the server.
|
|
@ -491,6 +491,7 @@ class DelayedEventsHandler:
|
|||
requester,
|
||||
event_dict,
|
||||
txn_id=txn_id,
|
||||
ratelimit=False,
|
||||
)
|
||||
event_id = sent_event.event_id
|
||||
except ShadowBanError:
|
||||
|
|
Loading…
Add table
Reference in a new issue