feat: enable telegram reaction notifications by default

This commit is contained in:
Peter Steinberger
2026-01-16 20:51:39 +00:00
parent e7c42884fc
commit 56efbce31e
5 changed files with 38 additions and 5 deletions

View File

@@ -943,6 +943,7 @@ Set `channels.telegram.configWrites: false` to block Telegram-initiated config w
breakPreference: "paragraph" // paragraph | newline | sentence
},
actions: { reactions: true, sendMessage: true }, // tool action gates (false disables)
reactionNotifications: "own", // off | own | all
mediaMaxMb: 5,
retry: { // outbound retry policy
attempts: 3,