mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 05:54:59 -04:00
Correctly send ratelimit and extra_users params
This commit is contained in:
parent
f756f961ea
commit
6b8604239f
2 changed files with 15 additions and 1 deletions
|
@ -583,6 +583,8 @@ class EventCreationHandler(object):
|
|||
requester=requester,
|
||||
event=event,
|
||||
context=context,
|
||||
ratelimit=ratelimit,
|
||||
extra_users=extra_users,
|
||||
)
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue