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 = {
|
wellKnownClient = {
|
||||||
"m.homeserver".base_url = "https://matrix.pub.solar";
|
"m.homeserver".base_url = "https://matrix.pub.solar";
|
||||||
"m.identity_server".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;
|
"im.vector.riot.e2ee".default = true;
|
||||||
"io.element.e2ee" = {
|
"io.element.e2ee" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
|
Loading…
Reference in a new issue