From 9f0ca52740b26638bc95d38725229299c98a0477 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Sat, 31 Dec 2022 14:08:40 +0000 Subject: [PATCH] revert f793bb0d903beb65b160519ca3611c49392f9f7f revert Explicit Port @deathrow Our port 443 redirects to the Element instance, and this will end up confusing clients. The synapse docs don't specify the port number. Check https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri --- _.well-known/matrix/client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_.well-known/matrix/client b/_.well-known/matrix/client index e4832a6..598bdf6 100644 --- a/_.well-known/matrix/client +++ b/_.well-known/matrix/client @@ -1,5 +1,5 @@ { "m.homeserver": { - "base_url": "https://matrix.anonymousland.org:443" + "base_url": "https://matrix.anonymousland.org" } } \ No newline at end of file