mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 03:37:47 +02:00
Fix typoed e2e algorithm names (#2389)
Some checks failed
Spec / 🔎 Validate OpenAPI specifications (push) Has been cancelled
Spec / 🔎 Check Event schema examples (push) Has been cancelled
Spec / 🔎 Check OpenAPI definitions examples (push) Has been cancelled
Spec / 🔎 Check JSON Schemas inline examples (push) Has been cancelled
Spec / ⚙️ Calculate baseURL for later jobs (push) Has been cancelled
Spec / 📢 Run towncrier for changelog (push) Has been cancelled
Spell Check / Spell Check with Typos (push) Has been cancelled
Spec / 🐍 Build OpenAPI definitions (push) Has been cancelled
Spec / 📖 Build the spec (push) Has been cancelled
Spec / 🔎 Validate generated HTML (push) Has been cancelled
Spec / 📖 Build the historical backup spec (push) Has been cancelled
Spec / Create release (push) Has been cancelled
Some checks failed
Spec / 🔎 Validate OpenAPI specifications (push) Has been cancelled
Spec / 🔎 Check Event schema examples (push) Has been cancelled
Spec / 🔎 Check OpenAPI definitions examples (push) Has been cancelled
Spec / 🔎 Check JSON Schemas inline examples (push) Has been cancelled
Spec / ⚙️ Calculate baseURL for later jobs (push) Has been cancelled
Spec / 📢 Run towncrier for changelog (push) Has been cancelled
Spell Check / Spell Check with Typos (push) Has been cancelled
Spec / 🐍 Build OpenAPI definitions (push) Has been cancelled
Spec / 📖 Build the spec (push) Has been cancelled
Spec / 🔎 Validate generated HTML (push) Has been cancelled
Spec / 📖 Build the historical backup spec (push) Has been cancelled
Spec / Create release (push) Has been cancelled
* Fix typoed algorithm names * Create 2389.clarification * Update changelogs/client_server/newsfragments/2389.clarification --------- Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
parent
72cf925609
commit
dbbc428095
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -203,8 +203,8 @@ paths:
|
||||||
"user_id": "@alice:example.com",
|
"user_id": "@alice:example.com",
|
||||||
"device_id": "HIJKLMN",
|
"device_id": "HIJKLMN",
|
||||||
"algorithms": [
|
"algorithms": [
|
||||||
"m.olm.v1.curve25519-aes-sha256",
|
"m.olm.v1.curve25519-aes-sha2",
|
||||||
"m.megolm.v1.aes-sha"
|
"m.megolm.v1.aes-sha2"
|
||||||
],
|
],
|
||||||
"keys": {
|
"keys": {
|
||||||
"curve25519:HIJKLMN": "base64+curve25519+key",
|
"curve25519:HIJKLMN": "base64+curve25519+key",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue