HCL
586f057c24
fix(cron): let resolveOutboundTarget handle missing delivery target fallback
...
The cron delivery path short-circuits with an error when `toCandidate` is
falsy (line 151), before reaching `resolveOutboundTarget()` which provides
the `plugin.config.resolveDefaultTo()` fallback. The direct send path in
`targets.ts` already uses this fallback correctly.
Remove the early `!toCandidate` exit so that `resolveOutboundTarget()`
can attempt the plugin-provided default. Guard the WhatsApp allowFrom
override against falsy `toCandidate` to maintain existing behavior when
a target IS resolved.
Fixes #32355
Signed-off-by: HCL <chenglunhu@gmail.com >
2026-03-03 01:09:47 +00:00
..
2026-03-03 01:09:47 +00:00
2026-03-02 22:30:21 +00:00
2026-02-16 02:36:00 -08:00
2026-03-02 09:27:41 -06:00
2026-03-02 09:27:41 -06:00
2026-03-02 22:30:21 +00:00
2026-03-02 22:30:21 +00:00
2026-03-03 01:09:07 +00:00
2026-03-02 22:16:18 +00:00
2026-02-28 10:57:49 -06:00
2026-03-03 00:15:14 +00:00
2026-03-03 00:15:14 +00:00
2026-03-02 19:57:33 +00:00
2026-03-03 00:43:01 +00:00
2026-03-03 00:15:14 +00:00
2026-02-23 05:45:54 +00:00
2026-02-16 14:59:30 +00:00
2026-01-14 15:02:19 +00:00
2026-03-03 00:43:01 +00:00
2026-02-15 17:29:08 +00:00
2026-03-03 00:15:14 +00:00
2026-03-01 06:53:39 -06:00
2026-01-31 16:19:20 +09:00
2026-01-31 16:19:20 +09:00
2026-03-01 07:04:04 -06:00
2026-03-01 07:04:04 -06:00
2026-03-02 20:19:10 +00:00
2026-03-02 20:19:10 +00:00
2026-03-02 19:57:33 +00:00
2026-03-02 12:54:53 +00:00
2026-02-22 11:29:31 +00:00
2026-03-02 21:31:36 +00:00
2026-02-17 15:50:07 +09:00
2026-03-02 21:31:36 +00:00
2026-02-23 05:45:54 +00:00
2026-02-22 20:04:51 +00:00
2026-02-22 20:04:51 +00:00
2026-03-01 21:31:24 -06:00
2026-02-22 20:19:23 +01:00
2026-03-03 01:09:07 +00:00
2026-03-03 00:15:14 +00:00
2026-03-02 20:19:10 +00:00
2026-03-01 07:01:36 -06:00
2026-03-02 19:57:33 +00:00
2026-02-22 20:19:23 +01:00
2026-02-17 15:50:07 +09:00
2026-02-22 20:19:22 +01:00
2026-02-22 20:19:23 +01:00
2026-02-22 20:04:51 +00:00
2026-03-03 00:15:14 +00:00
2026-03-02 18:38:59 +00:00
2026-02-23 05:45:54 +00:00
2026-03-03 00:15:14 +00:00
2026-03-02 19:55:19 +00:00
2026-02-23 05:45:54 +00:00
2026-02-22 23:05:42 -06:00
2026-02-23 22:39:48 +00:00
2026-02-23 22:39:48 +00:00
2026-02-21 20:18:11 -08:00
2026-02-21 20:18:11 -08:00
2026-03-02 19:57:33 +00:00
2026-03-02 19:34:04 +00:00
2026-03-02 19:57:33 +00:00
2026-03-02 21:31:36 +00:00
2026-02-18 01:34:35 +00:00
2026-02-16 02:36:00 -08:00