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