docs: salvage english docs from translation backlog

This commit is contained in:
Peter Steinberger
2026-04-05 10:45:02 +01:00
parent 3fa70f3044
commit e3eb615da8
3 changed files with 11 additions and 0 deletions

View File

@@ -53,6 +53,11 @@ tool with the `react` action. Reaction behavior varies by channel.
- `remove: true` removes that specific emoji reaction.
</Accordion>
<Accordion title="Feishu/Lark">
- Use the `feishu_reaction` tool with actions `add`, `remove`, and `list`.
- Add/remove requires `emoji_type`; remove also requires `reaction_id`.
</Accordion>
<Accordion title="Signal">
- Inbound reaction notifications are controlled by `channels.signal.reactionNotifications`: `"off"` disables them, `"own"` (default) emits events when users react to bot messages, and `"all"` emits events for all reactions.
</Accordion>