FINALLY fix Matrix properly

This commit is contained in:
askiiart 2023-10-28 17:53:50 -05:00
parent 6363f7975a
commit f1ce1a1c96
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,5 @@
{
"m.homeserver": {
"base_url": "https://matrix.askiiart.net:443"
}
}

View file

@ -1,8 +1,6 @@
{
"m.homeserver": {
"base_url": "https://matrix.askiiart.net"
},
"m.server": "matrix.askiiart.net:443",
"org.matrix.msc3575.proxy": {
"url": "https://syncv3.example.com"
"url": "https://sliding.askiiart.net"
}
}