fix(reply): forward queued commentary progress (#89834) (thanks @anagnorisis2peripeteia)

This commit is contained in:
Ayaan Zaidi
2026-06-08 21:00:31 +05:30
parent 66c9feb41d
commit 7a602c7385
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1442,7 +1442,7 @@ describe("createFollowupRunner runtime config", () => {
model: "claude-opus-4-7",
messageProvider: "telegram",
sourceReplyDeliveryMode: "message_tool_only",
verboseLevel: "on",
verboseLevel: "off",
},
}),
);
-1
View File
@@ -794,7 +794,6 @@ export function createFollowupRunner(params: {
},
opts,
detailMode: toolProgressDetail,
emitChannelProgress: shouldEmitToolResultProgress(),
});
}
: undefined,