Commit 05690194 by Future

加密聊天

parent 2422f73d
...@@ -179,6 +179,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap ...@@ -179,6 +179,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
attributes); attributes);
ImConversationCreateVo imConversationCreateVo = new ImConversationCreateVo(); ImConversationCreateVo imConversationCreateVo = new ImConversationCreateVo();
imConversationCreateVo.setId(conversation.getId()); imConversationCreateVo.setId(conversation.getId());
return imConversationCreateVo;
} }
if (ChatTypeEnum.CHAT_ROOM.getCode().equals(chatType)) { if (ChatTypeEnum.CHAT_ROOM.getCode().equals(chatType)) {
// 聊天室 // 聊天室
......
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