Closed mthiele closed 4 months ago
Thanks for reporting this! We will adjust this in a future version. I'll close the issue once the fix is released.
Seems to be fixed in 1.3.0
This is correct, the testcase was changed to include this behaviour in 1.3.0.
In
InfoControllerGlue
the methodrequestMatrixVersionFromHomeServer
gets the supported Matrix version by calling/.well-known/matrix/server
which is the federation address of the Matrix server.It should call
/.well-known/matrix/client
instead which yields the correct result.