Commit 3d99100a by Future

创建聊天室调整

parent 0fd82cdf
...@@ -1306,7 +1306,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap ...@@ -1306,7 +1306,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
imConversation.setLastMessage(null); imConversation.setLastMessage(null);
imConversation.setFkAppid(createClient.getFkAppid()); imConversation.setFkAppid(createClient.getFkAppid());
imConversation.setCreator(creator); imConversation.setCreator(creator);
imConversation.setMemberCount(imConversationCreate.getClientIds().size() + 1); imConversation.setMemberCount(1);
imConversation.setChatType(imConversationCreate.getChatType()); imConversation.setChatType(imConversationCreate.getChatType());
imConversation.setName(imConversationCreate.getName()); imConversation.setName(imConversationCreate.getName());
imConversation.setSystemFlag(false); imConversation.setSystemFlag(false);
......
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