Add missing type enum for m.reaction (#1552)
This commit is contained in:
parent
42114406af
commit
414cc1ea52
2 changed files with 5 additions and 0 deletions
|
@ -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
|
(see the [emoji variation sequences
|
||||||
list](https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-variation-sequences.txt)).
|
list](https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-variation-sequences.txt)).
|
||||||
example: "👍"
|
example: "👍"
|
||||||
|
type:
|
||||||
|
enum:
|
||||||
|
- m.reaction
|
||||||
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue