feat(signal): add reaction notifications

This commit is contained in:
Peter Steinberger
2026-01-09 23:53:28 +01:00
parent 90d6a55e05
commit 89dc6ebb8b
7 changed files with 266 additions and 17 deletions

View File

@@ -16,3 +16,4 @@ Provider notes:
- **Discord/Slack**: empty `emoji` removes all of the bot's reactions on the message; `remove: true` removes just that emoji.
- **Telegram**: `remove: true` removes your own reaction (Bot API limitation).
- **WhatsApp**: `remove: true` maps to empty emoji (remove bot reaction).
- **Signal**: inbound reaction notifications emit system events when `signal.reactionNotifications` is enabled.