mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 22:07:52 +00:00
Fix Discord verbose tool progress delivery
This commit is contained in:
@@ -640,6 +640,7 @@ export async function processDiscordMessage(
|
||||
sessionKey: ctxPayload.SessionKey,
|
||||
threadBindings,
|
||||
mediaLocalRoots,
|
||||
kind: info.kind,
|
||||
});
|
||||
return true;
|
||||
},
|
||||
|
||||
@@ -411,7 +411,7 @@ export function createFollowupRunner(params: {
|
||||
};
|
||||
const drainProgressDeliveries = async () => {
|
||||
while (pendingProgressDeliveries.size > 0) {
|
||||
await Promise.all([...pendingProgressDeliveries]);
|
||||
await Promise.all(pendingProgressDeliveries);
|
||||
}
|
||||
};
|
||||
replyOperation = createReplyOperation({
|
||||
|
||||
Reference in New Issue
Block a user