FINALLY fix Matrix properly
This commit is contained in:
parent
6363f7975a
commit
f1ce1a1c96
2 changed files with 7 additions and 4 deletions
5
.well-known/matrix/client
Normal file
5
.well-known/matrix/client
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix.askiiart.net:443"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
"m.homeserver": {
|
"m.server": "matrix.askiiart.net:443",
|
||||||
"base_url": "https://matrix.askiiart.net"
|
|
||||||
},
|
|
||||||
"org.matrix.msc3575.proxy": {
|
"org.matrix.msc3575.proxy": {
|
||||||
"url": "https://syncv3.example.com"
|
"url": "https://sliding.askiiart.net"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue