mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:36:02 -04:00
Merge branch 'notifier_unify' into notifier_performance
This commit is contained in:
commit
899d4675dd
4 changed files with 10 additions and 21 deletions
|
@ -315,6 +315,7 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
likely_domains = [
|
||||
domain for domain, depth in curr_domains
|
||||
if domain is not self.server_name
|
||||
]
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
@ -364,6 +365,7 @@ class FederationHandler(BaseHandler):
|
|||
# from the time.
|
||||
|
||||
tried_domains = set(likely_domains)
|
||||
tried_domains.add(self.server_name)
|
||||
|
||||
event_ids = list(extremities.keys())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue