feat: advertise sliding sync support to matrix clients
All checks were successful
Flake checks / Check (push) Successful in 17m48s
All checks were successful
Flake checks / Check (push) Successful in 17m48s
This commit is contained in:
parent
ef56e0f206
commit
e041f05505
|
@ -9,6 +9,7 @@ let
|
|||
wellKnownClient = {
|
||||
"m.homeserver".base_url = "https://matrix.pub.solar";
|
||||
"m.identity_server".base_url = "https://matrix.pub.solar";
|
||||
"org.matrix.msc3575.proxy".url = "https://matrix.pub.solar/sliding-sync";
|
||||
"im.vector.riot.e2ee".default = true;
|
||||
"io.element.e2ee" = {
|
||||
default = true;
|
||||
|
|
Loading…
Reference in a new issue