summary refs log tree commit diff
path: root/synapse/http/federation
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-01-21 23:42:22 +0000
committerRichard van der Hoff <richard@matrix.org>2019-01-22 20:34:35 +0000
commitfe212bbe4a6774e34b0a474e1d3c6aee4ae4e3c4 (patch)
tree53bfcfc7a434d0d4c4f3a539997297c09581bacf /synapse/http/federation
parentMake MatrixFederationClient use MatrixFederationAgent (diff)
downloadsynapse-fe212bbe4a6774e34b0a474e1d3c6aee4ae4e3c4.tar.xz
Kill off matrix_federation_endpoint
this thing is now redundant.
Diffstat (limited to 'synapse/http/federation')
-rw-r--r--synapse/http/federation/srv_resolver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/federation/srv_resolver.py b/synapse/http/federation/srv_resolver.py
index ded0b32832..a6e92fdf40 100644
--- a/synapse/http/federation/srv_resolver.py
+++ b/synapse/http/federation/srv_resolver.py
@@ -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)