matrix: disable identity server crap and enable sliding sync
All checks were successful
/ build (push) Successful in 13s

This commit is contained in:
LordMZTE 2024-06-13 11:47:13 +02:00
parent e7c3b3c170
commit 4dc893f316
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 11 additions and 2 deletions

View file

@ -1 +1,8 @@
{"m.homeserver":{"base_url":"https://mzte.de"},"m.identity_server":{"base_url":"https://vector.im"}}
{
"m.homeserver": {
"base_url": "https://mzte.de"
},
"org.matrix.msc3575.proxy": {
"url": "https://mzte.de"
}
}

View file

@ -1 +1,3 @@
{"m.server":"matrix.mzte.de:8448"}
{
"m.server": "matrix.mzte.de:8448"
}