This commit is contained in:
Yuan Chen 2026-01-30 18:23:44 +02:00 committed by GitHub
commit b21ede1164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,