























@@ -17,10 +17,7 @@ import type {
1717TelegramAccountConfig,
1818} from "openclaw/plugin-sdk/config-types";
1919import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
20-import {
21-hasFinalInboundReplyDispatch,
22-runInboundReplyTurn,
23-} from "openclaw/plugin-sdk/inbound-reply-dispatch";
20+import { runInboundReplyTurn } from "openclaw/plugin-sdk/inbound-reply-dispatch";
2421import {
2522createOutboundPayloadPlan,
2623projectOutboundPayloadPlanForDelivery,
@@ -1307,7 +1304,6 @@ export const dispatchTelegramMessage = async ({
13071304}
1308130513091306if (
1310-!queuedFinal &&
13111307!sentFallback &&
13121308!dispatchError &&
13131309!deliverySummary.delivered &&
@@ -1341,13 +1337,7 @@ export const dispatchTelegramMessage = async ({
13411337});
13421338}
134313391344-const hasFinalResponse = hasFinalInboundReplyDispatch(
1345-{ queuedFinal },
1346-{
1347-fallbackDelivered: sentFallback || suppressSilentReplyFallback,
1348-deliverySummaryDelivered: deliverySummary.delivered,
1349-},
1350-);
1340+const hasFinalResponse = deliverySummary.delivered || sentFallback || suppressSilentReplyFallback;
1351134113521342if (statusReactionController && !hasFinalResponse) {
13531343void finalizeTelegramStatusReaction({ outcome: "error", hasFinalResponse: false }).catch(
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。