mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 23:47:15 +00:00
fix: forward limit param in extension slack emoji-list adapter
This commit is contained in:
committed by
Peter Steinberger
parent
3224d1a75a
commit
36ec13a593
@@ -427,7 +427,7 @@ export const slackPlugin: ChannelPlugin<ResolvedSlackAccount> = {
|
||||
|
||||
if (action === "emoji-list") {
|
||||
return await getSlackRuntime().channel.slack.handleSlackAction(
|
||||
{ action: "emojiList", accountId: accountId ?? undefined },
|
||||
{ action: "emojiList", limit: params.limit, accountId: accountId ?? undefined },
|
||||
cfg,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user