mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
The supported versions are necessary for querying almost all endpoints, but after homeserver auto-discovery the well-known info is only necessary to get the MatrixRTC foci advertised by the homeserver. So it shouldn't be necessary to always request both at the same time. Besides: - Not all clients support MatrixRTC, so they don't need the well-known info. - The well-known info is only supposed to be used for homeserver auto-discovery before login. In fact, the MatrixRTC MSC was changed to use a new endpoint for this. - We don't have access to the server name after restoring the Client, so the well-known lookup is more likely to fail. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
The file is empty.