fix(telegram): narrow lazy status reaction config · openclaw/openclaw@c4b5fed
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -551,7 +551,7 @@ export const buildTelegramMessageContext = async ({
|
551 | 551 | // Telegram replaces atomically — no removeReaction needed |
552 | 552 | }, |
553 | 553 | initialEmoji: ackReaction, |
554 | | -emojis: resolvedStatusReactionEmojis, |
| 554 | +emojis: resolvedStatusReactionEmojis ?? undefined, |
555 | 555 | timing: statusReactionsConfig?.timing, |
556 | 556 | onError: (err) => { |
557 | 557 | logVerbose(`telegram status-reaction error for chat ${chatId}: ${String(err)}`); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。