fix(telegram): disable link previews in bot messages #54
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!54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sandcastle/issue-53"
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?
Summary
link_preview_options(is_disabled: true)to everysend_messageandedit_message_textcall insideMessageView::executeno_preview()helper and a unit test to document theLinkPreviewOptionsvalue usedTest plan
cargo testpasses: 126 tests, 0 failures (up from 125)cargo clippy -- -D warningscleancargo fmt --checkpassesno_preview_disables_link_previewverifiesis_disabled: trueand all other fields false/NoneCloses #53
🤖 Generated with Claude Code