forked from github/cinny
Fix to use shorthand prop
This commit is contained in:
@@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user