We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab9db4 commit fc528deCopy full SHA for fc528de
internal/conversation_msg/conversation_msg.go
@@ -175,6 +175,9 @@ func (c *Conversation) doMsgNew(c2v common.Cmd2Value) {
175
if isHistory {
176
insertMsg = append(insertMsg, c.msgStructToLocalChatLog(msg))
177
}
178
+ if msg.ContentType == constant.Revoke {
179
+ msgRevokeList = append(msgRevokeList, msg)
180
+ }
181
if msg.ContentType == constant.HasReadReceipt {
182
msgReadList = append(msgReadList, msg)
183
0 commit comments