matrix-org / gomatrixserverlib

Go library for matrix federation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outbound federation requests should take .well-known into account

anoadragon453 opened this issue · comments

We already have a function for calculating a server's .well-known. This should be used whenever making a new request to a server, cached, and then used for all subsequent requests.