mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-03 15:44:09 +02:00
Compare commits
2 commits
c1087d2882
...
411a10a468
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
411a10a468 | ||
|
|
f92c3579ac |
|
|
@ -0,0 +1 @@
|
||||||
|
Change `m.signing_update` typo to `m.signing_key_update`. Contributed by @velikopter
|
||||||
|
|
@ -25,7 +25,7 @@ allOf:
|
||||||
edu_type:
|
edu_type:
|
||||||
type: string
|
type: string
|
||||||
enum: ['m.signing_key_update']
|
enum: ['m.signing_key_update']
|
||||||
description: The string `m.signing_update`.
|
description: The string `m.signing_key_update`.
|
||||||
example: "m.signing_key_update"
|
example: "m.signing_key_update"
|
||||||
content:
|
content:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue