Teknium
ff78ad4c81
feat: add discord.reactions config option to disable message reactions ( #4199 )
...
Adds a 'reactions' key under the discord config section (default: true).
When set to false, the bot no longer adds 👀 /✅ /❌ reactions to messages
during processing. The config maps to DISCORD_REACTIONS env var following
the same pattern as require_mention and auto_thread.
Files changed:
- hermes_cli/config.py: Add reactions default to DEFAULT_CONFIG
- gateway/config.py: Map discord.reactions to DISCORD_REACTIONS env var
- gateway/platforms/discord.py: Gate on_processing_start/complete hooks
- tests/gateway/test_discord_reactions.py: 3 new tests for config gate
2026-03-31 01:24:48 -07:00
..
2026-03-26 13:19:43 -07:00
2026-03-29 21:29:13 -07:00
2026-03-22 04:18:18 -07:00
2026-03-26 18:02:26 -07:00
2026-03-30 18:50:27 -07:00
2026-03-18 16:58:20 -07:00
2026-03-26 14:33:48 -07:00
2026-03-17 03:52:15 -07:00
2026-03-29 21:55:23 -07:00
2026-03-29 15:48:51 -07:00
2026-03-17 03:04:58 -07:00
2026-03-22 07:38:14 -07:00
2026-03-31 01:24:48 -07:00
2026-03-22 04:25:19 -07:00
2026-03-23 06:50:09 -07:00
2026-03-17 02:26:34 -07:00
2026-03-28 13:51:08 -07:00
2026-03-29 15:38:32 -07:00
2026-03-17 01:47:34 -07:00
2026-03-29 18:17:42 -07:00
2026-03-26 17:40:31 -07:00
2026-03-26 14:33:48 -07:00
2026-03-16 00:23:47 -07:00
2026-03-29 20:05:59 -07:00
2026-03-30 00:02:51 -07:00
2026-03-30 17:16:09 -07:00
2026-03-28 22:17:43 -07:00
2026-03-28 17:28:38 -07:00
2026-03-16 05:58:34 -07:00
2026-03-28 14:01:01 -07:00
2026-03-28 14:25:12 -07:00
2026-03-22 04:56:13 -07:00
2026-03-26 13:39:41 -07:00
2026-03-16 00:23:47 -07:00
2026-03-27 22:37:53 -07:00
2026-03-28 14:25:12 -07:00
2026-03-16 05:26:31 -07:00
2026-03-27 04:03:13 -07:00
2026-03-26 17:37:10 -07:00
2026-03-30 19:17:07 -07:00
2026-03-26 19:27:58 -07:00
2026-03-26 14:33:48 -07:00
2026-03-22 09:33:39 -07:00
2026-03-26 19:13:07 -07:00
2026-03-28 23:45:28 -07:00
2026-03-30 08:10:14 -07:00
2026-03-17 03:14:53 -07:00
2026-03-27 11:33:19 -07:00
2026-03-17 03:44:44 -07:00
2026-03-18 03:12:59 -07:00
2026-03-27 04:03:13 -07:00
2026-03-27 04:03:13 -07:00
2026-03-27 04:03:13 -07:00
2026-03-29 21:53:59 -07:00
2026-03-27 04:03:13 -07:00
2026-03-28 14:23:27 -07:00
2026-03-27 04:03:13 -07:00
2026-03-17 02:49:57 -07:00
2026-03-27 06:07:28 -07:00
2026-03-30 16:48:00 -07:00
2026-03-30 20:22:09 -07:00
2026-03-26 14:41:04 -07:00
2026-03-21 08:08:37 -07:00
2026-03-20 06:33:36 -07:00
2026-03-28 14:33:35 -07:00
2026-03-20 06:33:36 -07:00
2026-03-29 21:29:13 -07:00
2026-03-29 16:25:20 -07:00
2026-03-17 10:44:37 -07:00