mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Don't notify pusher pool for backfilled events
This commit is contained in:
parent
1e2a7f18a1
commit
57dca35692
1 changed files with 6 additions and 5 deletions
|
@ -1118,6 +1118,7 @@ class FederationHandler(BaseHandler):
|
|||
backfilled=backfilled,
|
||||
)
|
||||
|
||||
if not backfilled:
|
||||
# this intentionally does not yield: we don't care about the result
|
||||
# and don't need to wait for it.
|
||||
preserve_fn(self.hs.get_pusherpool().on_new_notifications)(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue