Skip to content
Snippets Groups Projects
Commit 9a6fd3ef authored by Erik Johnston's avatar Erik Johnston
Browse files

Don't compute push actions for backfilled events

parent d4d12dae
Branches
Tags
No related merge requests found
...@@ -1413,7 +1413,7 @@ class FederationHandler(BaseHandler): ...@@ -1413,7 +1413,7 @@ class FederationHandler(BaseHandler):
auth_events=auth_events, auth_events=auth_events,
) )
if not event.internal_metadata.is_outlier(): if not event.internal_metadata.is_outlier() and not backfilled:
yield self.action_generator.handle_push_actions_for_event( yield self.action_generator.handle_push_actions_for_event(
event, context event, context
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment