mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +01:00
add missing v1 to m.olm in /keys/upload
This commit is contained in:
parent
f5dc0eaed2
commit
ab3272045e
|
|
@ -194,7 +194,7 @@ paths:
|
||||||
"user_id": "@alice:example.com",
|
"user_id": "@alice:example.com",
|
||||||
"device_id": "JLAFKJWSCS",
|
"device_id": "JLAFKJWSCS",
|
||||||
"algorithms": [
|
"algorithms": [
|
||||||
"m.olm.curve25519-aes-sha256",
|
"m.olm.v1.curve25519-aes-sha256",
|
||||||
"m.megolm.v1.aes-sha"
|
"m.megolm.v1.aes-sha"
|
||||||
],
|
],
|
||||||
"keys": {
|
"keys": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue