Attachment Threads
How Smithy handles messages that include file attachments.
Why Attachments Are Different
When a message includes a file attachment (image, document, etc.), Smithy handles it differently from a regular text message. The original message stays in the channel because it contains the uploaded file. Deleting it would remove the file for everyone.
How It Works
When someone posts a message with a file attachment in a Thread Mode channel:
- The original message (with the file) stays in the channel
- Smithy posts a control message as a reply to the original message
- The control message contains the thread content, tags, and action buttons
No Authorization Needed
Since the original message is preserved (not deleted), Attachment Threads do not require user authorization for message cleanup. Smithy works entirely with its own bot permissions to manage the thread replies.
Thread Structure
An Attachment Thread has this structure:
- Original message — the user's message with the file attachment, visible in the channel
- Control message (reply) — Smithy's bot message with the thread content, tags, and action buttons
- Discussion (replies) — team replies and conversation within the thread