Skip to content

Commit

Permalink
新增表情包功能
Browse files Browse the repository at this point in the history
  • Loading branch information
ShijieWU520 committed Jul 8, 2023
1 parent 630e6da commit e64659b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void saveMsg(Message msg, ChatMessageReq request) {

@Override
public Object showMsg(Message msg) {
return msg.getExtra().getImgMsgDTO();
return msg.getExtra().getEmojisMsgDTO();
}

@Override
Expand Down

0 comments on commit e64659b

Please sign in to comment.