fix: guard malformed Telegram replies and pass hook accountId

This commit is contained in:
Ayaan Zaidi
2026-03-03 17:00:40 +05:30
committed by Ayaan Zaidi
parent 5f95f46070
commit 1ded5cc9a9
4 changed files with 62 additions and 3 deletions

View File

@@ -385,6 +385,7 @@ export const dispatchTelegramMessage = async ({
};
const deliveryBaseOptions = {
chatId: String(chatId),
accountId: route.accountId,
token: opts.token,
runtime,
bot,