mirror of
https://github.com/paymog/slack-cli.git
synced 2026-09-18 23:43:49 +08:00
c298e5cf9c
When emails are forwarded to Slack channels, message content is stored in files[] with filetype "email" rather than in text or blocks. This adds FilesToText() to extract From, CC, and Subject metadata as a fallback when msg.Text is empty, so these messages no longer appear as blank rows in conversations_history output. Closes #191