chore: enable link preview
This commit is contained in:
parent
cdeb2e54a3
commit
fe3653322d
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ export async function forwardMessage(opts: ForwardMessageOptions): Promise<void>
|
|||
chat_id: config.telegram.chatId,
|
||||
text,
|
||||
message_thread_id: topicId,
|
||||
parse_mode: 'HTML',
|
||||
link_preview_options: { is_disabled: true },
|
||||
parse_mode: 'HTML'
|
||||
})
|
||||
|
||||
if (attachments.length === 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue