0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-07 18:36:48 +02:00

missed a spot

This commit is contained in:
Mark Haines 2016-05-12 18:19:58 +01:00
parent 7e23476814
commit a458a40337

View file

@ -1113,7 +1113,7 @@ class FederationHandler(BaseHandler):
if not event.internal_metadata.is_outlier():
action_generator = ActionGenerator(self.hs)
yield action_generator.handle_push_actions_for_event(
event, context, self
event, context
)
event_stream_id, max_stream_id = yield self.store.persist_event(