AI 5 달 전
부모
커밋
e66e344532
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/JsonRpc/ChatService.php

+ 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);