Knock off a TODO

This commit is contained in:
Neil Alexander 2019-12-18 15:16:46 +00:00
parent f60c772e4f
commit bbbe5cb6af

View file

@ -67,7 +67,6 @@ func RoomAliasToID(
return httputil.LogThenError(httpReq, err) return httputil.LogThenError(httpReq, err)
} }
// TODO: List servers that are aware of this room alias
resp = gomatrixserverlib.RespDirectory{ resp = gomatrixserverlib.RespDirectory{
RoomID: queryRes.RoomID, RoomID: queryRes.RoomID,
Servers: serverQueryRes.ServerNames, Servers: serverQueryRes.ServerNames,