mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:00:43 +00:00
fix(slack): support exact message reads
This commit is contained in:
@@ -12,9 +12,11 @@ export function registerMessageReadEditDeleteCommands(
|
||||
),
|
||||
)
|
||||
.option("--limit <n>", "Result limit")
|
||||
.option("--message-id <id>", "Read a specific message id")
|
||||
.option("--before <id>", "Read/search before id")
|
||||
.option("--after <id>", "Read/search after id")
|
||||
.option("--around <id>", "Read around id")
|
||||
.option("--thread-id <id>", "Thread id (Slack thread timestamp)")
|
||||
.option("--include-thread", "Include thread replies (Discord)", false)
|
||||
.action(async (opts) => {
|
||||
await helpers.runMessageAction("read", opts);
|
||||
|
||||
Reference in New Issue
Block a user