mirror of https://github.com/vector-im/riot-web
Pass theme to Jitsi
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
06009df05b
commit
1fe2eea43f
|
@ -459,6 +459,7 @@ export default class WidgetUtils {
|
||||||
'avatarUrl=$matrix_avatar_url',
|
'avatarUrl=$matrix_avatar_url',
|
||||||
'userId=$matrix_user_id',
|
'userId=$matrix_user_id',
|
||||||
'roomId=$matrix_room_id',
|
'roomId=$matrix_room_id',
|
||||||
|
'theme=$theme',
|
||||||
];
|
];
|
||||||
if (opts.auth) {
|
if (opts.auth) {
|
||||||
queryStringParts.push(`auth=${opts.auth}`);
|
queryStringParts.push(`auth=${opts.auth}`);
|
||||||
|
|
Loading…
Reference in New Issue