Kill off matrix_federation_endpoint

this thing is now redundant.
This commit is contained in:
Richard van der Hoff 2019-01-21 23:42:22 +00:00
parent 7871146667
commit fe212bbe4a
2 changed files with 0 additions and 145 deletions

View file

@ -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)