Fix to use shorthand prop

This commit is contained in:
Gigiaj 2025-05-22 20:30:55 -05:00
parent 395a24f1a7
commit f262f54728

View file

@ -58,7 +58,7 @@ export const getWidgetUrl = (
hideHeader: 'true', hideHeader: 'true',
userId: mx.getUserId()!, userId: mx.getUserId()!,
deviceId: mx.getDeviceId()!, deviceId: mx.getDeviceId()!,
roomId: roomId, roomId,
baseUrl: mx.baseUrl!, baseUrl: mx.baseUrl!,
parentUrl: window.location.origin, parentUrl: window.location.origin,
}); });