mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 14:41:34 +00:00
refactor(signal): route target normalization through channel-targets
This commit is contained in:
@@ -37,6 +37,10 @@ export {
|
||||
type ParsedChatTarget,
|
||||
type ServicePrefix,
|
||||
} from "../channels/plugins/chat-target-prefixes.js";
|
||||
export {
|
||||
looksLikeSignalTargetId,
|
||||
normalizeSignalMessagingTarget,
|
||||
} from "../channels/plugins/normalize/signal.js";
|
||||
export type { ChannelId } from "../channels/plugins/types.js";
|
||||
export { normalizeChannelId } from "../channels/plugins/registry.js";
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user