From bbbe5cb6af7f6264a5506bf1ed13301e2b51f635 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 18 Dec 2019 15:16:46 +0000 Subject: [PATCH] Knock off a TODO --- federationapi/routing/query.go | 1 - 1 file changed, 1 deletion(-) diff --git a/federationapi/routing/query.go b/federationapi/routing/query.go index 1486acb65..ed2d8b741 100644 --- a/federationapi/routing/query.go +++ b/federationapi/routing/query.go @@ -67,7 +67,6 @@ func RoomAliasToID( return httputil.LogThenError(httpReq, err) } - // TODO: List servers that are aware of this room alias resp = gomatrixserverlib.RespDirectory{ RoomID: queryRes.RoomID, Servers: serverQueryRes.ServerNames,