ソースを参照

discussion 不发送通知

visuddhinanda 1 年間 前
コミット
03b9a056ff
1 ファイル変更1 行追加0 行削除
  1. 1 0
      api-v8/app/Console/Commands/MqAiTranslate.php

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

@@ -167,6 +167,7 @@ class MqAiTranslate extends Command
                 'content' => $message->task->info->category,
                 'content' => $message->task->info->category,
                 'content_type' => 'markdown',
                 'content_type' => 'markdown',
                 'type' => 'discussion',
                 'type' => 'discussion',
+                'notification' => false,
             ];
             ];
             $response = Http::withToken($token)->post($url, $data);
             $response = Http::withToken($token)->post($url, $data);
             if ($response->failed()) {
             if ($response->failed()) {