This commit is contained in:
Miha 2026-01-30 11:16:00 +00:00 committed by GitHub
commit 2096801b7c
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, limit,
before: readStringParam(params, "before"), before: readStringParam(params, "before"),
after: readStringParam(params, "after"), after: readStringParam(params, "after"),
threadId: readStringParam(params, "threadId"),
accountId: accountId ?? undefined, accountId: accountId ?? undefined,
}, },
cfg, cfg,