mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 11:22:17 +08:00
fix: the original message referenced by the pull message processing is withdrawn
This commit is contained in:
parent
a28adc5ab6
commit
fc4d1cd41a
@ -453,9 +453,9 @@ func (db *commonMsgDatabase) handlerDBMsg(ctx context.Context, cache map[int64][
|
|||||||
log.ZError(ctx, "json.Unmarshal", err)
|
log.ZError(ctx, "json.Unmarshal", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
//if quoteMsg.QuoteMessage == nil || quoteMsg.QuoteMessage.ContentType == constant.MsgRevokeNotification {
|
if quoteMsg.QuoteMessage == nil || quoteMsg.QuoteMessage.ContentType == constant.MsgRevokeNotification {
|
||||||
// return
|
return
|
||||||
//}
|
}
|
||||||
var msgs []*unrelationtb.MsgInfoModel
|
var msgs []*unrelationtb.MsgInfoModel
|
||||||
if v, ok := cache[quoteMsg.QuoteMessage.Seq]; ok {
|
if v, ok := cache[quoteMsg.QuoteMessage.Seq]; ok {
|
||||||
msgs = v
|
msgs = v
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user