mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 23:54:06 -05:00
Don't talk to yourself when backfilling
This commit is contained in:
parent
e122685978
commit
80fd2b574c
@ -314,6 +314,7 @@ class FederationHandler(BaseHandler):
|
||||
|
||||
likely_domains = [
|
||||
domain for domain, depth in curr_domains
|
||||
if domain is not self.server_name
|
||||
]
|
||||
|
||||
@defer.inlineCallbacks
|
||||
@ -363,6 +364,7 @@ class FederationHandler(BaseHandler):
|
||||
# from the time.
|
||||
|
||||
tried_domains = set(likely_domains)
|
||||
tried_domains.add(self.server_name)
|
||||
|
||||
event_ids = list(extremities.keys())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user