mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:32:00 +00:00
fix(outbound): restore generic delivery and security seams
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { createPluginBoundaryRuntimeSend } from "./plugin-boundary-send.js";
|
||||
import { createChannelOutboundRuntimeSend } from "./channel-outbound-send.js";
|
||||
|
||||
export const runtimeSend = createPluginBoundaryRuntimeSend({
|
||||
pluginId: "slack",
|
||||
exportName: "sendMessageSlack",
|
||||
missingLabel: "Slack plugin runtime",
|
||||
export const runtimeSend = createChannelOutboundRuntimeSend({
|
||||
channelId: "slack",
|
||||
unavailableMessage: "Slack outbound adapter is unavailable.",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user