AI 4 сар өмнө
parent
commit
e66e344532

+ 1 - 0
app/JsonRpc/ChatService.php

@@ -493,6 +493,7 @@ class ChatService implements ChatServiceInterface
                 'msg_type' => 1,
                 'is_read' => 0,
                 'talk_type' => 2,
+                'action' => 'said',
                 'group_receiver_id' => $data['user_id'],
             ];
             ChatRecords::insert($chatRecordsData);