Add configuration option to enable/disable Telegram emoji reaction acknowledgments (⚡️, 👌, 👀, 🔥, 👍) sent to incoming messages. Changes: - Add ack_enabled field to TelegramConfig (default: true) - Add ack_enabled field to TelegramChannel struct - Add with_ack_enabled() builder method - Conditionally send reactions in try_add_ack_reaction_nonblocking() - Update all call sites and tests - Update documentation with usage example Usage: [channels_config.telegram] ack_enabled = false # Disable emoji reactions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| consolidation.rs | ||
| mod.rs | ||
| schedule.rs | ||
| scheduler.rs | ||
| store.rs | ||
| types.rs | ||