auto-reply: type status auth overrides

This commit is contained in:
Peter Steinberger
2026-04-08 12:58:32 +01:00
parent f606867cc2
commit 39cd6f3c76

View File

@@ -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) {