perf: split slack reply action constants · openclaw/openclaw@b312e2e
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,8 +2,11 @@ import type { SlackActionMiddlewareArgs } from "@slack/bolt";
|
2 | 2 | import type { Block, KnownBlock } from "@slack/web-api"; |
3 | 3 | import { enqueueSystemEvent } from "openclaw/plugin-sdk/infra-runtime"; |
4 | 4 | import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime"; |
5 | | -import { SLACK_REPLY_BUTTON_ACTION_ID, SLACK_REPLY_SELECT_ACTION_ID } from "../../blocks-render.js"; |
6 | 5 | import { dispatchSlackPluginInteractiveHandler } from "../../interactive-dispatch.js"; |
| 6 | +import { |
| 7 | +SLACK_REPLY_BUTTON_ACTION_ID, |
| 8 | +SLACK_REPLY_SELECT_ACTION_ID, |
| 9 | +} from "../../reply-action-ids.js"; |
7 | 10 | import { authorizeSlackSystemEventSender } from "../auth.js"; |
8 | 11 | import type { SlackMonitorContext } from "../context.js"; |
9 | 12 | import { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。