From 0a43d63c2ced3bc5eaf83117ab5dd390a9c1ed75 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 8 Oct 2025 22:04:15 +0300 Subject: [PATCH] bot: msg-contact-forward: use parse_mode HTML --- apps/bot/src/bot/conversations/add-contact.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/bot/src/bot/conversations/add-contact.ts b/apps/bot/src/bot/conversations/add-contact.ts index 3007d63..09b812b 100644 --- a/apps/bot/src/bot/conversations/add-contact.ts +++ b/apps/bot/src/bot/conversations/add-contact.ts @@ -132,7 +132,9 @@ export async function addContact(conversation: Conversation, c t('msg-contact-added', { fullname: [name, surname].filter(Boolean).join(' ') }), ), ); - await ctx.reply(await conversation.external(({ t }) => t('msg-contact-forward'))); + await ctx.reply(await conversation.external(({ t }) => t('msg-contact-forward')), { + parse_mode: 'HTML', + }); await ctx.reply(await conversation.external(({ t }) => t('msg-share-bot')), KEYBOARD_SHARE_BOT); } catch (error) { await ctx.reply(