wesmiler 2 lat temu
rodzic
commit
fc8b95cbd9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/EmailService.php

+ 1 - 1
app/Services/EmailService.php

@@ -213,7 +213,7 @@ class EmailService extends BaseService
                         'chat_type'=> 0,
                         'type'=> $type,
                         'title'=> $title,
-                        'description'=> $message? substr($message,0,30) : $title,
+                        'description'=> $title,
                         'content'=> $message,
                         'chat_key'=> "0{$userId}",
                         'create_time'=> time(),