mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 03:24:32 +00:00
fix: guard malformed Telegram replies and pass hook accountId
This commit is contained in:
@@ -385,6 +385,7 @@ export const dispatchTelegramMessage = async ({
|
||||
};
|
||||
const deliveryBaseOptions = {
|
||||
chatId: String(chatId),
|
||||
accountId: route.accountId,
|
||||
token: opts.token,
|
||||
runtime,
|
||||
bot,
|
||||
|
||||
Reference in New Issue
Block a user