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 100
100
"livekit-client" : " 2.9.1" ,
101
101
"lodash-es" : " ^4.17.21" ,
102
102
"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 " ,
104
104
"matrix-widget-api" : " 1.11.0" ,
105
105
"normalize.css" : " ^8.0.1" ,
106
106
"observable-hooks" : " ^4.2.3" ,
Original file line number Diff line number Diff line change @@ -259,6 +259,15 @@ export async function createRoom(
259
259
[ client . getUserId ( ) ! ] : 100 ,
260
260
} ,
261
261
} ,
262
+ initial_state : [
263
+ {
264
+ type : "m.room.encryption" ,
265
+ state_key : "" ,
266
+ content : {
267
+ algorithm : "m.megolm.v1.aes-sha2" ,
268
+ } ,
269
+ } ,
270
+ ] ,
262
271
} ) ;
263
272
264
273
// Wait for the room to arrive
Original file line number Diff line number Diff line change @@ -6922,7 +6922,7 @@ __metadata:
6922
6922
livekit-client : " npm:2.9.1"
6923
6923
lodash-es : " npm:^4.17.21"
6924
6924
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 "
6926
6926
matrix-widget-api : " npm:1.11.0"
6927
6927
normalize.css : " npm:^8.0.1"
6928
6928
observable-hooks : " npm:^4.2.3"
@@ -9513,9 +9513,9 @@ __metadata:
9513
9513
languageName : node
9514
9514
linkType : hard
9515
9515
9516
- " matrix-js-sdk@github:matrix-org/matrix-js-sdk#c34ac1ae24b8c3282904c8e2b3e9ea07e58d8790 " :
9516
+ " matrix-js-sdk@github:matrix-org/matrix-js-sdk#4fef77d164b8ea768970a3747f5a9a5f38e35065 " :
9517
9517
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 "
9519
9519
dependencies :
9520
9520
" @babel/runtime " : " npm:^7.12.5"
9521
9521
" @matrix-org/matrix-sdk-crypto-wasm " : " npm:^14.0.1"
@@ -9532,7 +9532,7 @@ __metadata:
9532
9532
sdp-transform : " npm:^2.14.1"
9533
9533
unhomoglyph : " npm:^1.0.6"
9534
9534
uuid : " npm:11"
9535
- checksum : 10c0/50b7e8ad90241d8fa5a5df83419394320f5b7cfb7c0ab54cb52826d10b4c5a1065d1e79c2c10e614cd39a0e5e19ec789387ca3c869d200fa738b02e15951b43e
9535
+ checksum : 10c0/4601841164218dd25c2656909f3a9c2843dc5cd019a74241b6d24a18f91b28b9b5b794ac0e2b9d989aa03a06452b43c1360807dc8f87aeef14fa7e69fea21a05
9536
9536
languageName : node
9537
9537
linkType : hard
9538
9538
You can’t perform that action at this time.
0 commit comments