From da9ffad368befde0e6d737a96dbf4fbb9ee9eeaf Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 1 Apr 2026 22:44:51 +0900 Subject: [PATCH] fix(channels): restore target parsing barrel seam --- src/channels/plugins/target-parsing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/plugins/target-parsing.ts b/src/channels/plugins/target-parsing.ts index d0e6c6f49d3..77558574f4d 100644 --- a/src/channels/plugins/target-parsing.ts +++ b/src/channels/plugins/target-parsing.ts @@ -1,6 +1,6 @@ import type { ChatType } from "../chat-type.js"; import { normalizeChatChannelId } from "../registry.js"; -import { getChannelPlugin, normalizeChannelId } from "./registry.js"; +import { getChannelPlugin, normalizeChannelId } from "./index.js"; export type ParsedChannelExplicitTarget = { to: string;