slack: forward threadId for message read actions
Fixes Slack provider/channel read action ignoring threadId, preventing thread reply reads.
This commit is contained in:
parent
699784dbee
commit
c6ebf35c94
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user