matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
78 stars 17 forks source link

WellKnownInUse is in the wrong place #57

Closed richvdh closed 5 years ago

richvdh commented 5 years ago

WellKnownInUse is reported for each Connection (ie, each IP address), which makes no sense.

We should either put it at the top level, or make the UI infer it from the WellKnownResult property. Either way, let's get rid of it at the Connection level.