Compare commits

...

4 Commits

Author SHA1 Message Date
Timo
10f9883160 missing subkey 2024-11-12 14:32:52 +01:00
Timo
b45cc9ea0d update delay event settings to match dev 2024-11-12 14:00:37 +01:00
Timo
6b0387fee5 Remove memory store to make it testable 2024-11-12 13:46:58 +01:00
Timo
1df7b7e9fb Bump js sdk to a branch supporting the state fix msc4222 changes and local-echo 2024-11-12 13:44:18 +01:00
4 changed files with 8 additions and 5 deletions

View File

@@ -17,5 +17,9 @@
},
"rageshake": {
"submit_url": "https://element.io/bugreports/submit"
},
"matrix_rtc_session": {
"membership_keep_alive_period": 5000,
"membership_server_side_expiry_timeout": 15000
}
}

View File

@@ -87,7 +87,7 @@
"livekit-client": "^2.5.7",
"lodash": "^4.17.21",
"loglevel": "^1.9.1",
"matrix-js-sdk": "matrix-org/matrix-js-sdk#8e9a04cdec0f88fc876bbbf406db55b0677f005d",
"matrix-js-sdk": "matrix-org/matrix-js-sdk#0098c1a37d33123db5e5c54c6292a9cca7a87ca5",
"matrix-widget-api": "^1.10.0",
"normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",

View File

@@ -123,7 +123,6 @@ export async function initClient(
localTimeoutMs: 5000,
useE2eForGroupCall: e2eEnabled,
fallbackICEServerAllowed: fallbackICEServerAllowed,
store: new MemoryStore(),
});
// In case of logging in a new matrix account but there is still crypto local store. This is needed for:

View File

@@ -6017,9 +6017,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#8e9a04cdec0f88fc876bbbf406db55b0677f005d:
version "34.10.0"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/8e9a04cdec0f88fc876bbbf406db55b0677f005d"
matrix-js-sdk@matrix-org/matrix-js-sdk#0098c1a37d33123db5e5c54c6292a9cca7a87ca5:
version "34.11.1"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/0098c1a37d33123db5e5c54c6292a9cca7a87ca5"
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm" "^9.0.0"