File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 100100 "livekit-client" : " 2.9.1" ,
101101 "lodash-es" : " ^4.17.21" ,
102102 "loglevel" : " ^1.9.1" ,
103- "matrix-js-sdk" : " github:matrix-org/matrix-js-sdk#c34ac1ae24b8c3282904c8e2b3e9ea07e58d8790 " ,
103+ "matrix-js-sdk" : " github:matrix-org/matrix-js-sdk#4fef77d164b8ea768970a3747f5a9a5f38e35065 " ,
104104 "matrix-widget-api" : " 1.11.0" ,
105105 "normalize.css" : " ^8.0.1" ,
106106 "observable-hooks" : " ^4.2.3" ,
Original file line number Diff line number Diff line change @@ -259,6 +259,15 @@ export async function createRoom(
259259 [ client . getUserId ( ) ! ] : 100 ,
260260 } ,
261261 } ,
262+ initial_state : [
263+ {
264+ type : "m.room.encryption" ,
265+ state_key : "" ,
266+ content : {
267+ algorithm : "m.megolm.v1.aes-sha2" ,
268+ } ,
269+ } ,
270+ ] ,
262271 } ) ;
263272
264273 // Wait for the room to arrive
Original file line number Diff line number Diff line change @@ -6922,7 +6922,7 @@ __metadata:
69226922 livekit-client : " npm:2.9.1"
69236923 lodash-es : " npm:^4.17.21"
69246924 loglevel : " npm:^1.9.1"
6925- matrix-js-sdk : " github:matrix-org/matrix-js-sdk#c34ac1ae24b8c3282904c8e2b3e9ea07e58d8790 "
6925+ matrix-js-sdk : " github:matrix-org/matrix-js-sdk#4fef77d164b8ea768970a3747f5a9a5f38e35065 "
69266926 matrix-widget-api : " npm:1.11.0"
69276927 normalize.css : " npm:^8.0.1"
69286928 observable-hooks : " npm:^4.2.3"
@@ -9513,9 +9513,9 @@ __metadata:
95139513 languageName : node
95149514 linkType : hard
95159515
9516- " matrix-js-sdk@github:matrix-org/matrix-js-sdk#c34ac1ae24b8c3282904c8e2b3e9ea07e58d8790 " :
9516+ " matrix-js-sdk@github:matrix-org/matrix-js-sdk#4fef77d164b8ea768970a3747f5a9a5f38e35065 " :
95179517 version : 37.2.0
9518- resolution : " matrix-js-sdk@https://github.com/matrix-org/matrix-js-sdk.git#commit=c34ac1ae24b8c3282904c8e2b3e9ea07e58d8790 "
9518+ resolution : " matrix-js-sdk@https://github.com/matrix-org/matrix-js-sdk.git#commit=4fef77d164b8ea768970a3747f5a9a5f38e35065 "
95199519 dependencies :
95209520 " @babel/runtime " : " npm:^7.12.5"
95219521 " @matrix-org/matrix-sdk-crypto-wasm " : " npm:^14.0.1"
@@ -9532,7 +9532,7 @@ __metadata:
95329532 sdp-transform : " npm:^2.14.1"
95339533 unhomoglyph : " npm:^1.0.6"
95349534 uuid : " npm:11"
9535- checksum : 10c0/50b7e8ad90241d8fa5a5df83419394320f5b7cfb7c0ab54cb52826d10b4c5a1065d1e79c2c10e614cd39a0e5e19ec789387ca3c869d200fa738b02e15951b43e
9535+ checksum : 10c0/4601841164218dd25c2656909f3a9c2843dc5cd019a74241b6d24a18f91b28b9b5b794ac0e2b9d989aa03a06452b43c1360807dc8f87aeef14fa7e69fea21a05
95369536 languageName : node
95379537 linkType : hard
95389538
You can’t perform that action at this time.
0 commit comments