From f4829ab363b852117bf437cd4b2d8c27e8ee755a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 11 Apr 2023 19:42:52 +0100 Subject: [PATCH] chore(matrix): update /.well-known/matrix/client --- .well-known/matrix/client | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.well-known/matrix/client b/.well-known/matrix/client index 29daec2..db724eb 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -5,6 +5,9 @@ "m.identity_server": { "base_url": "https://vector.im" }, + "org.matrix.msc3575.proxy": { + "url": "https://matrix.bah.io/sliding-sync" + }, "io.element.e2ee": { "default": true, "secure_backup_required": false, @@ -21,4 +24,4 @@ } ] } -} \ No newline at end of file +}