From f262f5472845b50f42632e97d8b95fa861610a62 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Thu, 22 May 2025 20:30:55 -0500 Subject: [PATCH] Fix to use shorthand prop --- src/app/features/room/SmallWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });