chore: enable link preview

This commit is contained in:
devilreef 2026-01-08 22:44:31 +06:00
parent cdeb2e54a3
commit fe3653322d

View file

@ -22,8 +22,7 @@ export async function forwardMessage(opts: ForwardMessageOptions): Promise<void>
chat_id: config.telegram.chatId, chat_id: config.telegram.chatId,
text, text,
message_thread_id: topicId, message_thread_id: topicId,
parse_mode: 'HTML', parse_mode: 'HTML'
link_preview_options: { is_disabled: true },
}) })
if (attachments.length === 0) if (attachments.length === 0)