matrix-org/matrix-js-sdk#5470 has caused enable_client_well_known_lookups(requested as a part of #33798) config to regress in that we still make requests to the well known on startup when it is set to false.
We should strengthen the assertion.
Opening this issue to track adding of a test to confirm that when enable_client_well_known_lookups is false the js-sdk doesn't request the well known on startup.
matrix-org/matrix-js-sdk#5470 has caused
enable_client_well_known_lookups(requested as a part of #33798) config to regress in that we still make requests to the well known on startup when it is set tofalse.We should strengthen the assertion.
Opening this issue to track adding of a test to confirm that when enable_client_well_known_lookups is false the js-sdk doesn't request the well known on startup.