Files
openclaw/src/slack
justinhuangcode def28a87b2 fix(slack): deliver file-only messages when all media downloads fail
When a Slack message contains only files/audio (no text) and every file
download fails, `resolveSlackMedia` returns null and `rawBody` becomes
empty, causing `prepareSlackMessage` to silently drop the message.

Build a fallback placeholder from the original file names so the agent
still receives the message, matching the pattern already used in
`resolveSlackThreadHistory` for file-only thread entries.

Closes #25064
2026-02-25 05:36:49 +00:00
..
2026-01-23 06:31:53 +00:00
2026-01-08 08:49:16 +01:00
2026-01-17 07:41:24 +00:00
2026-02-16 00:39:11 +00:00