This commit is contained in:
N-Pex 2026-01-08 11:48:28 -08:00 committed by GitHub
commit 23e6cfeca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

@ -0,0 +1 @@
Don't rate limit redations. Contributed by N-Pex.

View file

@ -1397,7 +1397,7 @@ class RoomRedactEventRestServlet(TransactionRestServlet):
event,
_,
) = await self.event_creation_handler.create_and_send_nonmember_event(
requester, event_dict, txn_id=txn_id
requester, event_dict, txn_id=txn_id, ratelimit=False
)
if with_relations: