refactor(signal): route target normalization through channel-targets

This commit is contained in:
Vincent Koc
2026-04-03 23:44:44 +09:00
parent 5ce7aee33b
commit 38a4b2b14c
5 changed files with 14 additions and 4 deletions

View File

@@ -35,7 +35,10 @@ export {
createDefaultChannelRuntimeState,
} from "openclaw/plugin-sdk/status-helpers";
export { normalizeE164 } from "openclaw/plugin-sdk/text-runtime";
export { looksLikeSignalTargetId, normalizeSignalMessagingTarget } from "./normalize.js";
export {
looksLikeSignalTargetId,
normalizeSignalMessagingTarget,
} from "openclaw/plugin-sdk/channel-targets";
export {
listEnabledSignalAccounts,
listSignalAccountIds,