mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
fix: avoid duplicate status replies
This commit is contained in:
@@ -866,7 +866,8 @@ export async function getReplyFromConfig(
|
||||
}) &&
|
||||
directives.hasStatusDirective &&
|
||||
allowTextCommands &&
|
||||
command.isAuthorizedSender;
|
||||
command.isAuthorizedSender &&
|
||||
command.commandBodyNormalized !== "/status";
|
||||
if (handleInlineStatus) {
|
||||
const inlineStatusReply = await buildStatusReply({
|
||||
cfg,
|
||||
|
||||
Reference in New Issue
Block a user