Commit 0aed3a7
fix(cron): apply responsePrefix to direct delivery payloads
Cron direct delivery (delivery.mode: "announce" with direct path) was
sending raw response text without applying the configured responsePrefix.
Interactive replies correctly resolve the prefix via
resolveEffectiveMessagesConfig, but the cron deliverViaDirect path
skipped this step entirely.
Resolve responsePrefix for the delivery channel/account and prepend it
to payload text, matching the behavior of route-reply and heartbeat
delivery paths.
Fixes #29600
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent cc5dad8 commit 0aed3a7
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
196 | 209 | | |
197 | | - | |
| 210 | + | |
198 | 211 | | |
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
202 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
203 | 219 | | |
204 | 220 | | |
205 | 221 | | |
| |||
0 commit comments