Add missing type enum for m.reaction (#1552)

pull/1596/head
cheb 11 months ago committed by GitHub
parent 42114406af
commit 414cc1ea52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save