Skip to content

Commit

Permalink
typing update
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Nov 12, 2021
1 parent 610fc07 commit aceec1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_im_sdk/conversation_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ func (u *UserRelated) doMsgNew(c2v cmd2Value) {
}
} else {
if msg.ContentType == Typing {
//remove cache
delete(u.seqMsg, k)
newMessages = append(newMessages, msg)

} else {
Expand Down

0 comments on commit aceec1b

Please sign in to comment.