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
This commit is contained in:
NebulaOnion 2022-12-31 14:08:40 +00:00
parent f793bb0d90
commit 9f0ca52740

View File

@ -1,5 +1,5 @@
{
"m.homeserver": {
"base_url": "https://matrix.anonymousland.org:443"
"base_url": "https://matrix.anonymousland.org"
}
}