refactor(channels): remove allowlist match facade

This commit is contained in:
Vincent Koc
2026-06-18 08:49:31 +08:00
parent 7430079cd7
commit fb72f67cd0
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
// Compatibility facade for channel-plugin allowlist match helpers.
export type { AllowlistMatch, AllowlistMatchSource } from "../allowlist-match.js";
export { formatAllowlistMatchMeta } from "../allowlist-match.js";

View File

@@ -22,7 +22,7 @@ export {
formatAllowlistMatchMeta,
type AllowlistMatch,
type AllowlistMatchSource,
} from "./allowlist-match.js";
} from "../allowlist-match.js";
export type { ChannelId } from "./types.public.js";
export type { ChannelPlugin } from "./types.plugin.js";
export { resolveChannelApprovalAdapter, resolveChannelApprovalCapability } from "./approvals.js";