From 39cd6f3c767a9994d799aa09460d567265fa7732 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 8 Apr 2026 12:58:32 +0100 Subject: [PATCH] auto-reply: type status auth overrides --- src/auto-reply/reply/commands-status.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auto-reply/reply/commands-status.ts b/src/auto-reply/reply/commands-status.ts index 1314e995fea..7c704f913fd 100644 --- a/src/auto-reply/reply/commands-status.ts +++ b/src/auto-reply/reply/commands-status.ts @@ -110,6 +110,8 @@ export async function buildStatusReply(params: { isGroup: boolean; defaultGroupActivation: () => "always" | "mention"; mediaDecisions?: MediaUnderstandingDecision[]; + modelAuthOverride?: string; + activeModelAuthOverride?: string; }): Promise { const { command } = params; if (!command.isAuthorizedSender) {