mirror of https://github.com/openclaw/openclaw.git
fix(channels): restore target parsing barrel seam
This commit is contained in:
parent
095e7b830a
commit
da9ffad368
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue