mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
auto-reply: type status auth overrides
This commit is contained in:
@@ -110,6 +110,8 @@ export async function buildStatusReply(params: {
|
||||
isGroup: boolean;
|
||||
defaultGroupActivation: () => "always" | "mention";
|
||||
mediaDecisions?: MediaUnderstandingDecision[];
|
||||
modelAuthOverride?: string;
|
||||
activeModelAuthOverride?: string;
|
||||
}): Promise<ReplyPayload | undefined> {
|
||||
const { command } = params;
|
||||
if (!command.isAuthorizedSender) {
|
||||
|
||||
Reference in New Issue
Block a user