mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 05:44:59 -04:00
Don't compute push actions for backfilled events
This commit is contained in:
parent
d4d12daed9
commit
9a6fd3ef29
1 changed files with 1 additions and 1 deletions
|
@ -1413,7 +1413,7 @@ class FederationHandler(BaseHandler):
|
|||
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(
|
||||
event, context
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue