Skip to content

Commit 9d9bcb9

Browse files
committed
Some notes on emoji reactions
[ci skip]
1 parent 4353ae7 commit 9d9bcb9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/concepts/message.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,16 @@ const reaction = await message.react(emojis.noBlob);
630630
await reaction.unreact(); // [!code highlight]
631631
~~~~
632632

633+
> [!NOTE]
634+
> Some ActivityPub implementations like Mastodon do not support emoji reactions,
635+
> so even if you call the `~Message.react()` method to messages from those
636+
> implementations, they will ignore the reactions.
637+
638+
> [!NOTE]
639+
> Some ActivityPub implementations like Misskey do not allow an actor to leave
640+
> multiple reactions to the same message. In that case, only one reaction
641+
> will be shown, and the other reactions will be ignored.
642+
633643

634644
Replying to a message
635645
---------------------

0 commit comments

Comments
 (0)