Added sliding sync to matrix

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2024-09-07 07:08:49 +01:00
parent dc864c2526
commit e18b93fc10
2 changed files with 123 additions and 0 deletions

View File

@@ -124,6 +124,15 @@ data:
{
"m.server": "matrix.cluster.fun:443"
}
client: |-
{
"m.homeserver": {
"base_url": "https://matrix.cluster.fun"
},
"org.matrix.msc3575.proxy": {
"url": "https://syncv3.matrix.cluster.fun"
}
}
---