mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:34:51 -04:00
Kill off matrix_federation_endpoint
this thing is now redundant.
This commit is contained in:
parent
7871146667
commit
fe212bbe4a
2 changed files with 0 additions and 145 deletions
|
@ -152,6 +152,5 @@ def resolve_service(service_name, dns_client=client, cache=SERVER_CACHE, clock=t
|
|||
expires=int(clock.time()) + answer.ttl,
|
||||
))
|
||||
|
||||
servers.sort() # FIXME: get rid of this (it's broken by the attrs change)
|
||||
cache[service_name] = list(servers)
|
||||
defer.returnValue(servers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue