fix: keep /status usage filtering

This commit is contained in:
Peter Steinberger
2026-01-09 03:30:04 +01:00
parent 151523f47b
commit 3c79d5c711
5 changed files with 58 additions and 76 deletions
+1
View File
@@ -346,6 +346,7 @@ export async function getReplyFromConfig(
};
}
}
const disableElevatedInGroup = isGroup && ctx.WasMentioned !== true;
const hasDirective =
parsedDirectives.hasThinkDirective ||
parsedDirectives.hasVerboseDirective ||