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

@ -245,7 +245,7 @@ class FederationHandler(BaseHandler):
yield user_joined_room(self.distributor, user, event.room_id)
if not backfilled and not event.internal_metadata.is_outlier():
action_generator = ActionGenerator(self.store)
action_generator = ActionGenerator(self.hs, self.store)
yield action_generator.handle_event(serialize_event(
event, self.clock.time_msec())
)