You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-26 15:51:21 +03:00
Add theme data to EC widget Url (#12279)
* Add theme data to EC widget url Signed-off-by: Timo K <toger5@hotmail.de> * test theme Signed-off-by: Timo K <toger5@hotmail.de> --------- Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -688,7 +688,7 @@ export class ElementCall extends Call {
|
||||
baseUrl: client.baseUrl,
|
||||
lang: getCurrentLanguage().replace("_", "-"),
|
||||
fontScale: (FontWatcher.getRootFontSize() / FontWatcher.getBrowserDefaultFontSize()).toString(),
|
||||
|
||||
theme: "$org.matrix.msc2873.client_theme",
|
||||
analyticsID,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user