Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit cbb7813

Browse files
committed
Add theme data to EC widget url
Signed-off-by: Timo K <[email protected]>
1 parent ce36a67 commit cbb7813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/Call.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ export class ElementCall extends Call {
688688
baseUrl: client.baseUrl,
689689
lang: getCurrentLanguage().replace("_", "-"),
690690
fontScale: (FontWatcher.getRootFontSize() / FontWatcher.getBrowserDefaultFontSize()).toString(),
691-
691+
theme: "$theme",
692692
analyticsID,
693693
});
694694

0 commit comments

Comments
 (0)