Handle missing Element Call brand (#9376)

This commit is contained in:
Šimon Brandner
2022-10-07 21:55:48 +02:00
committed by GitHub
parent 26a74a193f
commit 5680d13acf
6 changed files with 19 additions and 14 deletions
+3 -3
View File
@@ -117,9 +117,9 @@ export interface IConfigOptions {
obey_asserted_identity?: boolean; // MSC3086
};
element_call: {
url: string;
use_exclusively: boolean;
brand: string;
url?: string;
use_exclusively?: boolean;
brand?: string;
};
logout_redirect_url?: string;