mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-16 23:00:43 +00:00
Merge 44322599d2 into ff0fa0fd51
This commit is contained in:
commit
23e6cfeca0
2 changed files with 2 additions and 1 deletions
1
changelog.d/18927.bugfix
Normal file
1
changelog.d/18927.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Don't rate limit redations. Contributed by N-Pex.
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue