mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add missing type enum for m.reaction (#1552)
This commit is contained in:
parent
42114406af
commit
414cc1ea52
|
|
@ -0,0 +1 @@
|
|||
Fix missing `type` property in the JSON schema definition of the `m.reaction` event. Contributed by @chebureki.
|
||||
|
|
@ -37,3 +37,7 @@ properties:
|
|||
(see the [emoji variation sequences
|
||||
list](https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-variation-sequences.txt)).
|
||||
example: "👍"
|
||||
type:
|
||||
enum:
|
||||
- m.reaction
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue