mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Merge 579b1309df
into 3c188231c7
This commit is contained in:
commit
d15829f0ac
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.
|
|
@ -509,6 +509,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