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; defaultHomeserver?: number;
homeserverList?: string[]; homeserverList?: string[];
allowCustomHomeservers?: boolean; allowCustomHomeservers?: boolean;
elementCallUrl?: string;
featuredCommunities?: { featuredCommunities?: {
openAsDefault?: boolean; openAsDefault?: boolean;