mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Clarify that reactions might not be emojis
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
481ed85290
commit
fca95a3bba
|
|
@ -30,8 +30,10 @@ properties:
|
|||
key:
|
||||
type: string
|
||||
description: |-
|
||||
An emoji representing the reaction being made. Should include the
|
||||
unicode emoji presentation selector (`\uFE0F`) for codepoints
|
||||
which allow it (see the [emoji variation sequences
|
||||
The reaction being made, usually an emoji.
|
||||
|
||||
If this is an emoji, it should include the unicode emoji
|
||||
presentation selector (`\uFE0F`) for codepoints which allow it
|
||||
(see the [emoji variation sequences
|
||||
list](https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-variation-sequences.txt)).
|
||||
example: "👍"
|
||||
|
|
|
|||
Loading…
Reference in a new issue