mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Pass theme to Jitsi
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
06009df05b
commit
1fe2eea43f
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ export default class WidgetUtils {
|
|||
'avatarUrl=$matrix_avatar_url',
|
||||
'userId=$matrix_user_id',
|
||||
'roomId=$matrix_room_id',
|
||||
'theme=$theme',
|
||||
];
|
||||
if (opts.auth) {
|
||||
queryStringParts.push(`auth=${opts.auth}`);
|
||||
|
|
Loading…
Reference in a new issue