feat(acp): add conversation binds for message channels

This commit is contained in:
Peter Steinberger
2026-03-28 01:53:53 +00:00
parent 067f8db4c9
commit c42ec81e37
30 changed files with 1922 additions and 80 deletions

View File

@@ -74,6 +74,11 @@ export {
readStoreAllowFromForDmPolicy,
resolveDmGroupAccessWithLists,
} from "../security/dm-policy-shared.js";
export {
matchBlueBubblesAcpConversation,
normalizeBlueBubblesAcpConversationId,
resolveBlueBubblesConversationIdFromTarget,
} from "../../extensions/bluebubbles/api.js";
export { formatDocsLink } from "../terminal/links.js";
export type { WizardPrompter } from "../wizard/prompts.js";
export { isAllowedParsedChatSender } from "./allow-from.js";