Only run pushers for users on this hs!

This commit is contained in:
David Baker 2015-12-21 15:28:54 +00:00
parent 091c545c4f
commit f73f154ec2
3 changed files with 9 additions and 3 deletions

View file

@ -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()
))