AI 4 ay önce
ebeveyn
işleme
e66e344532
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app/JsonRpc/ChatService.php

+ 1 - 0
app/JsonRpc/ChatService.php

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