d44efc7076
When using streaming mode with Telegram, the finalize_draft function would only edit the message text and never send actual image attachments marked with [IMAGE:path] syntax. This fix: - Parses attachment markers in finalize_draft - Deletes the draft message when attachments are present - Sends text and attachments as separate messages - Maintains backward compatibility for text-only messages Fixes: Telegram finalize_draft edit failed; falling back to sendMessage