Finish js-sdk update
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^1.4.4",
|
||||||
"livekit-client": "1.12.0",
|
"livekit-client": "1.12.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#d79d9ae69c3220c02406706d4a1ec52c22c44fbd",
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#b698217445318f453e0b1086364a33113eaa85d9",
|
||||||
"matrix-widget-api": "^1.3.1",
|
"matrix-widget-api": "^1.3.1",
|
||||||
"mermaid": "^8.13.8",
|
"mermaid": "^8.13.8",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export const widget: WidgetHelpers | null = (() => {
|
|||||||
// message so that we can use the widget API in less racy mode, but we need to change
|
// message so that we can use the widget API in less racy mode, but we need to change
|
||||||
// element-web to use waitForIFrameLoad=false. Once that change has rolled out,
|
// element-web to use waitForIFrameLoad=false. Once that change has rolled out,
|
||||||
// we can just start the client after we've fetched the config.
|
// we can just start the client after we've fetched the config.
|
||||||
foci: [],
|
livekitServiceURL: undefined,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -178,9 +178,7 @@ export const widget: WidgetHelpers | null = (() => {
|
|||||||
// Now we've fetched the config, be evil and use the getter to inject the focus
|
// Now we've fetched the config, be evil and use the getter to inject the focus
|
||||||
// into the client (see above XXX).
|
// into the client (see above XXX).
|
||||||
if (focus) {
|
if (focus) {
|
||||||
client.getFoci().push({
|
client.setLivekitServiceURL(livekit.livekit_service_url);
|
||||||
livekitServiceUrl: livekit.livekit_service_url,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
await client.startClient();
|
await client.startClient();
|
||||||
resolve(client);
|
resolve(client);
|
||||||
|
|||||||
@@ -11012,9 +11012,9 @@ matrix-events-sdk@0.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
|
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
|
||||||
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
|
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
|
||||||
|
|
||||||
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#d79d9ae69c3220c02406706d4a1ec52c22c44fbd":
|
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#b698217445318f453e0b1086364a33113eaa85d9":
|
||||||
version "26.2.0"
|
version "26.2.0"
|
||||||
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/d79d9ae69c3220c02406706d4a1ec52c22c44fbd"
|
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b698217445318f453e0b1086364a33113eaa85d9"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
"@matrix-org/matrix-sdk-crypto-js" "^0.1.1"
|
"@matrix-org/matrix-sdk-crypto-js" "^0.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user