fix(channels): restore target parsing barrel seam

This commit is contained in:
Vincent Koc 2026-04-01 22:44:51 +09:00
parent 095e7b830a
commit da9ffad368
1 changed files with 1 additions and 1 deletions

View File

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