seven преди 1 месец
родител
ревизия
7ce1c5d022
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

@@ -325,7 +325,7 @@ class BaseService
         if ($image != '') {
             $botMsg['photo'] = InputFile::create($image);
             $botMsg['caption'] = $text;
-            $botMsg['protect_content'] = true;  // 防止转发
+            $botMsg['protect_content'] = false;  // 防止转发
             self::telegram()->sendPhoto($botMsg);
         } else {
             $botMsg['text'] = $text;