mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-05 12:00:47 -05:00
missed a spot
This commit is contained in:
parent
7e23476814
commit
a458a40337
@ -1113,7 +1113,7 @@ class FederationHandler(BaseHandler):
|
|||||||
if not event.internal_metadata.is_outlier():
|
if not event.internal_metadata.is_outlier():
|
||||||
action_generator = ActionGenerator(self.hs)
|
action_generator = ActionGenerator(self.hs)
|
||||||
yield action_generator.handle_push_actions_for_event(
|
yield action_generator.handle_push_actions_for_event(
|
||||||
event, context, self
|
event, context
|
||||||
)
|
)
|
||||||
|
|
||||||
event_stream_id, max_stream_id = yield self.store.persist_event(
|
event_stream_id, max_stream_id = yield self.store.persist_event(
|
||||||
|
Loading…
Reference in New Issue
Block a user