From 9b6bfea359c42f6f09bc0d05c2c5d97f0a01c112 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Wed, 16 Apr 2025 20:53:30 -0500 Subject: [PATCH] add elementCallUrl --- src/app/hooks/useClientConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/hooks/useClientConfig.ts b/src/app/hooks/useClientConfig.ts index e5fc6cc6..70ba26bb 100644 --- a/src/app/hooks/useClientConfig.ts +++ b/src/app/hooks/useClientConfig.ts @@ -9,6 +9,7 @@ export type ClientConfig = { defaultHomeserver?: number; homeserverList?: string[]; allowCustomHomeservers?: boolean; + elementCallUrl?: string; featuredCommunities?: { openAsDefault?: boolean;