fix: forward threadId to Slack read action

This commit is contained in:
Yuan Chen 2026-01-26 19:06:12 -05:00
parent cd7be58b8e
commit 8fc0bd5f2c
No known key found for this signature in database

View File

@ -337,6 +337,7 @@ export const slackPlugin: ChannelPlugin<ResolvedSlackAccount> = {
limit,
before: readStringParam(params, "before"),
after: readStringParam(params, "after"),
threadId: readStringParam(params, "threadId"),
accountId: accountId ?? undefined,
},
cfg,