fix(telegram): send /say echo quote silently (#79) #82
No reviewers
Labels
No labels
epic
in-review
ready-for-agent
ready-for-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
weiwen/evie!82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fm/evie-say-silent-quote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #79.
The
/api/telegram/sayendpoint echoes injected text verbatim as a blockquote viaecho_verbatimfor posterity. That send previously triggered a Telegram notification.The echo is a bookkeeping record; pi's reply that streams in-thread afterward is the notifiable content. This sets
disable_notification(true)on the echo send only, so the quote arrives silently. The streamed reply's notification behavior is unchanged.just check(fmt/clippy -D warnings/test, 485 passed) is green.