From e2a10475e32f5160a7f95bd046e716fb66277678 Mon Sep 17 00:00:00 2001 From: TangMo Date: Sun, 22 Jan 2023 21:15:35 +0000 Subject: [PATCH] ReplyTo no noti --- src/Commands/GenericmessageCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/GenericmessageCommand.php b/src/Commands/GenericmessageCommand.php index 498b812..de92b47 100644 --- a/src/Commands/GenericmessageCommand.php +++ b/src/Commands/GenericmessageCommand.php @@ -90,6 +90,6 @@ class GenericmessageCommand extends SystemCommand $translated = $message_forwarded_from . ': ' . $translated; } - return $this->replyToChat($translated); + return $this->replyToChat($translated, ['disable_notification' => true]); } } \ No newline at end of file