add elementCallUrl

This commit is contained in:
Gigiaj 2025-04-16 20:53:30 -05:00
parent 1629341c08
commit 9b6bfea359

View file

@ -9,6 +9,7 @@ export type ClientConfig = {
defaultHomeserver?: number;
homeserverList?: string[];
allowCustomHomeservers?: boolean;
elementCallUrl?: string;
featuredCommunities?: {
openAsDefault?: boolean;