fix: harden isolated cron announce delivery fallback (#15739) (thanks @widingmarcus-cyber)

This commit is contained in:
Peter Steinberger
2026-02-13 23:48:36 +01:00
parent ea95e88dd6
commit 45a2cd55cc
5 changed files with 99 additions and 6 deletions

View File

@@ -48,7 +48,8 @@ export type CronServiceDeps = {
sessionKey?: string;
/**
* `true` when the isolated run already delivered its output to the target
* channel. See: https://github.com/openclaw/openclaw/issues/15692
* channel (including matching messaging-tool sends). See:
* https://github.com/openclaw/openclaw/issues/15692
*/
delivered?: boolean;
}>;