ReplyTo no noti

This commit is contained in:
2023-01-22 21:15:35 +00:00
parent b558e7bb99
commit e2a10475e3

View File

@@ -90,6 +90,6 @@ class GenericmessageCommand extends SystemCommand
$translated = $message_forwarded_from . ': ' . $translated;
}
return $this->replyToChat($translated);
return $this->replyToChat($translated, ['disable_notification' => true]);
}
}