Levi Figueira
b5858c0148
feat: add removeAckAfterReply option for Discord, Slack, and Telegram
Add `messages.removeAckAfterReply` config option to automatically remove
acknowledgment reactions after the bot sends a reply, reducing visual
clutter while still providing immediate feedback.
Platforms: Discord, Slack, Telegram
Implementation:
- Added removeAckAfterReply boolean field to MessagesConfig (default: false)
- Track ack reaction state in all three platform handlers
- Remove ack reaction after successful reply delivery
- Graceful error handling with verbose logging
Platform-specific:
- Discord: uses removeReactionDiscord()
- Slack: uses removeSlackReaction()
- Telegram: uses setMessageReaction() with empty array
Closes #627
2026-01-10 02:13:46 +01:00
..
2026-01-09 12:48:42 +00:00
2026-01-07 22:56:50 +00:00
2026-01-09 20:42:19 +00:00
2026-01-09 16:55:16 +01:00
2026-01-09 12:48:42 +00:00
2026-01-08 01:55:59 +01:00
2026-01-09 21:27:51 +01:00
2026-01-04 14:38:51 +00:00
2026-01-09 12:48:42 +00:00
2026-01-08 08:40:02 +01:00
2026-01-09 12:48:42 +00:00
2026-01-08 02:44:19 +00:00
2026-01-10 01:07:51 +01:00
2026-01-05 01:27:13 +01:00
2026-01-09 20:47:03 +01:00
2026-01-09 20:47:03 +01:00
2026-01-09 16:55:51 +01:00
2026-01-09 16:55:51 +01:00
2026-01-09 12:48:42 +00:00
2026-01-09 22:58:18 +00:00
2026-01-07 22:51:26 +00:00
2026-01-08 02:44:19 +00:00
2026-01-09 22:30:15 +01:00
2026-01-04 07:05:17 +01:00
2026-01-10 02:13:46 +01:00
2025-12-30 04:14:36 +01:00
2026-01-09 12:48:42 +00:00
2026-01-10 02:13:46 +01:00