openclaw-matrix-multiaccounts/src/slack/monitor/message-handler
Travis Irby 578ac9f1a9 hydrate files from thread root message on replies
When replying to a Slack thread, files attached to the root message were
  not being fetched. The existing `resolveSlackThreadStarter()` fetched the
  root message text via `conversations.replies` but ignored the `files[]`
  array in the response.

  Changes:
  - Add `files` to `SlackThreadStarter` type and extract from API response
  - Download thread starter files when the reply message has no attachments
  - Add verbose log for thread starter file hydration

  Fixes issue where asking about a PDF in a thread reply would fail because
  the model never received the file content from the root message.
2026-01-23 05:10:36 +00:00
..
dispatch.ts fix: persist session origin metadata 2026-01-18 03:41:51 +00:00
prepare.inbound-contract.test.ts refactor: unify threading contexts 2026-01-21 20:35:12 +00:00
prepare.sender-prefix.test.ts fix: unify inbound sender labels 2026-01-17 05:21:09 +00:00
prepare.ts hydrate files from thread root message on replies 2026-01-23 05:10:36 +00:00
types.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00