File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
client_server/newsfragments
server_server/newsfragments Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ properties:
3333 type : string
3434 description : |-
3535 The encryption algorithms supported by this device.
36- example : ["m.olm.curve25519-aes-sha256 ", "m.megolm.v1.aes-sha "]
36+ example : ["m.olm.v1. curve25519-aes-sha2 ", "m.megolm.v1.aes-sha2 "]
3737 keys :
3838 type : object
3939 description : |-
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ paths:
217217 " user_id " : " @alice:example.com" ,
218218 " device_id " : " JLAFKJWSCS" ,
219219 " algorithms " : [
220- " m.olm.v1.curve25519-aes-sha256 " ,
221- " m.megolm.v1.aes-sha "
220+ " m.olm.v1.curve25519-aes-sha2 " ,
221+ " m.megolm.v1.aes-sha2 "
222222 ],
223223 " keys " : {
224224 " curve25519:JLAFKJWSCS " : " 3C5BFWi2Y8MaVvjM8M22DBmh24PmgR0nPvJOIArzgyI" ,
Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ paths:
180180 " user_id " : " @alice:example.com" ,
181181 " device_id " : " JLAFKJWSCS" ,
182182 " algorithms " : [
183- " m.olm.v1.curve25519-aes-sha256 " ,
184- " m.megolm.v1.aes-sha "
183+ " m.olm.v1.curve25519-aes-sha2 " ,
184+ " m.megolm.v1.aes-sha2 "
185185 ],
186186 " keys " : {
187187 " curve25519:JLAFKJWSCS " : " 3C5BFWi2Y8MaVvjM8M22DBmh24PmgR0nPvJOIArzgyI" ,
Original file line number Diff line number Diff line change 1+ Clarify the encryption algorithms supported by the device of the device keys example.
Original file line number Diff line number Diff line change 1+ Clarify the encryption algorithms supported by the device of the user keys query example.
You can’t perform that action at this time.
0 commit comments