Commit 7f93d5bf by Future

Merge remote-tracking branch 'origin/xiaohudou_20220427' into xiaohudou_20220427

parents bd57b3af 9a79ae97
......@@ -818,7 +818,7 @@ public class ImMessageServiceImpl extends BaseServiceImpl<ImMessageMapper, ImMes
members.add(receiver);
// 创建会话
ServerImConversationCreate conversationCreate = new ServerImConversationCreate();
conversationCreate.setName(null);
conversationCreate.setName(sender.getNickname());
conversationCreate.setAttributes(null);
conversationCreate.setCreator(sender);
conversationCreate.setMembers(members);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment