diff --git a/src/app/features/room/SmallWidget.ts b/src/app/features/room/SmallWidget.ts index 1371a901..73fef394 100644 --- a/src/app/features/room/SmallWidget.ts +++ b/src/app/features/room/SmallWidget.ts @@ -58,7 +58,7 @@ export const getWidgetUrl = ( hideHeader: 'true', userId: mx.getUserId()!, deviceId: mx.getDeviceId()!, - roomId: roomId, + roomId, baseUrl: mx.baseUrl!, parentUrl: window.location.origin, });