fix(slack): support exact message reads

This commit is contained in:
Peter Steinberger
2026-05-02 03:24:01 +01:00
parent 9d4a98e599
commit a22f065043
12 changed files with 173 additions and 16 deletions

View File

@@ -101,7 +101,8 @@ Name lookup:
- `read`
- Channels: Discord/Slack/Matrix
- Required: `--target`
- Optional: `--limit`, `--before`, `--after`
- Optional: `--limit`, `--message-id`, `--before`, `--after`
- Slack only: `--message-id` reads a specific Slack message timestamp; combine with `--thread-id` to read an exact thread reply.
- Discord only: `--around`
- `edit`