mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Only run pushers for users on this hs!
This commit is contained in:
parent
091c545c4f
commit
f73f154ec2
3 changed files with 9 additions and 3 deletions
|
@ -267,7 +267,7 @@ class BaseHandler(object):
|
|||
event, context=context
|
||||
)
|
||||
|
||||
action_generator = ActionGenerator(self.store)
|
||||
action_generator = ActionGenerator(self.hs, self.store)
|
||||
yield action_generator.handle_event(serialize_event(
|
||||
event, self.clock.time_msec()
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue