mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:20:42 +00:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
// Narrow group activation helpers for channel mention-gating paths.
|
|
|
|
export {
|
|
normalizeGroupActivation,
|
|
parseActivationCommand,
|
|
type GroupActivationMode,
|
|
} from "../auto-reply/group-activation.js";
|