From 3776e20c5a6f6f0e6060c428083807f815fffd4c Mon Sep 17 00:00:00 2001 From: Kirill Sokol Date: Wed, 31 May 2023 16:35:27 +0200 Subject: [PATCH] added missing type enum for m.reaction --- data/event-schemas/schema/m.reaction.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/event-schemas/schema/m.reaction.yaml b/data/event-schemas/schema/m.reaction.yaml index 6d369c5f..e7ad0ba1 100644 --- a/data/event-schemas/schema/m.reaction.yaml +++ b/data/event-schemas/schema/m.reaction.yaml @@ -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