slack: forward threadId for message read actions

Fixes Slack provider/channel read action ignoring threadId, preventing thread reply reads.
This commit is contained in:
Yoshihiro Takahara 2026-01-28 00:51:44 +00:00
parent 699784dbee
commit c6ebf35c94

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,