mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix jitsi popout URL
Needs the template variables filled in
This commit is contained in:
parent
3f93bdb329
commit
53c854efba
@ -592,7 +592,9 @@ export default class AppTile extends React.Component {
|
||||
|
||||
_getPopoutUrl() {
|
||||
if (this.props.app.type === 'jitsi') {
|
||||
return WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false});
|
||||
return this._templatedUrl(
|
||||
WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false}),
|
||||
);
|
||||
} else {
|
||||
// use app.url, not state.widgetUrl, because we want the one without
|
||||
// the wURL params for the popped-out version.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user