From 4c8ab4e79d735c8d470d9ee772ce8c5bc58fb4f0 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Thu, 22 May 2025 23:52:51 -0500 Subject: [PATCH] null the default url so that we fallback to the embedded version (would recommend hosting it until performance issue is determined) --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index bde28067..b307bb1d 100644 --- a/config.json +++ b/config.json @@ -9,8 +9,7 @@ "xmr.se" ], "allowCustomHomeservers": true, - - "elementCallUrl": "https://elementcall.example.com", + "elementCallUrl": null, "featuredCommunities": { "openAsDefault": false,