Merge pull request 'feat: advertise sliding sync support to matrix clients' (#54) from matrix-sliding-sync into main
All checks were successful
Flake checks / Check (push) Successful in 2m38s
All checks were successful
Flake checks / Check (push) Successful in 2m38s
Reviewed-on: #54 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
e1827c7fc6
|
@ -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