mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
refactor(plugin-sdk): share direct dm ingress helpers
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { resolveDmGroupAccessWithLists } from "../security/dm-policy-shared.js";
|
||||
export {
|
||||
createPreCryptoDirectDmAuthorizer,
|
||||
resolveInboundDirectDmAccessWithRuntime,
|
||||
type DirectDmCommandAuthorizationRuntime,
|
||||
type ResolvedInboundDirectDmAccess,
|
||||
} from "./direct-dm.js";
|
||||
|
||||
export {
|
||||
hasControlCommand,
|
||||
|
||||
Reference in New Issue
Block a user