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

@@ -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 {