This commit is contained in:
Andrew Ferrazzutti 2025-03-10 11:28:01 -04:00 committed by GitHub
commit 6224d5613a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
changelog.d/18018.bugfix Normal file
View file

@ -0,0 +1 @@
Don't apply ratelimiting on the sending of delayed events by the server.

View file

@ -491,6 +491,7 @@ class DelayedEventsHandler:
requester,
event_dict,
txn_id=txn_id,
ratelimit=False,
)
event_id = sent_event.event_id
except ShadowBanError: