visuddhinanda 1 anno fa
parent
commit
8b8ced1476
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      api-v8/app/Console/Commands/MqAiTranslate.php

+ 3 - 1
api-v8/app/Console/Commands/MqAiTranslate.php

@@ -194,7 +194,9 @@ class MqAiTranslate extends Command
                         'begin' => $message->sentence->word_start,
                         'end' => $message->sentence->word_end,
                         'channel' => $message->sentence->channel_uid,
-                        'text' => $responseContent
+                        'text' => $responseContent,
+                        'notification' => false,
+                        'webhook' => false,
                     ]);
                     if ($response->failed()) {
                         Log::error($queue . ' sentence update failed', [