Compare commits

...

6 Commits

Author SHA1 Message Date
Robin
eeec10e298 Merge branch 'livekit' into hs/remove-memory-store 2024-11-20 10:52:55 -05:00
Timo
7d4d1445d0 another js-sdk bump (to a version that is rebased on develop again)
- includes the indexedDB fix
2024-11-20 12:28:22 +01:00
Timo
9dbc43d692 newer js-sdk 2024-11-19 18:57:17 +01:00
Timo
dfece88d66 js-sdk-bump to nov branch without custom state event ignore logic 2024-11-19 15:01:54 +01:00
Half-Shot
f504a6ab28 Import latest js-sdk commit 2024-11-15 14:39:02 +00:00
Half-Shot
319c9aa7da Remove memory store option 2024-11-15 14:38:47 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@
"livekit-client": "^2.5.7",
"lodash-es": "^4.17.21",
"loglevel": "^1.9.1",
"matrix-js-sdk": "matrix-org/matrix-js-sdk#2210255d6ffc909c574fb8ef16f92140b2fb7797",
"matrix-js-sdk": "matrix-org/matrix-js-sdk#80582a734684b532585b52cde63ef34dc7d774fa",
"matrix-widget-api": "^1.10.0",
"normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",

View File

@@ -6209,9 +6209,9 @@ matrix-events-sdk@0.0.1:
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
matrix-js-sdk@matrix-org/matrix-js-sdk#2210255d6ffc909c574fb8ef16f92140b2fb7797:
matrix-js-sdk@matrix-org/matrix-js-sdk#80582a734684b532585b52cde63ef34dc7d774fa:
version "34.12.0"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2210255d6ffc909c574fb8ef16f92140b2fb7797"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/80582a734684b532585b52cde63ef34dc7d774fa"
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^9.0.0"