Skip to content

Commit

Permalink
Update CfUserGroupMessageServiceImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
981011512 committed Apr 26, 2021
1 parent 3cb9692 commit d5aabb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void sendGroupMessageByChannel(CfUserMessage cfUserMessage) {
}
Channel channel = UserChannelMap.get(cfUserGroupMember.getUid());
if(channel != null) {
//直接发送,对方直接接收
Message message = new Message();
message.setType("chat_message");
message.setCfUserMessage(cfUserMessage);
Expand Down

0 comments on commit d5aabb8

Please sign in to comment.