mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +08:00
msg
This commit is contained in:
parent
6da0c38927
commit
45ad252a44
@ -117,7 +117,7 @@ func (och *OnlineHistoryRedisConsumerHandler) getPushStorageMsgList(aggregationI
|
|||||||
notificationMsg := proto.Clone(v.message).(*pbMsg.MsgDataToMQ)
|
notificationMsg := proto.Clone(v.message).(*pbMsg.MsgDataToMQ)
|
||||||
if options.IsSendMsg() {
|
if options.IsSendMsg() {
|
||||||
// 消息
|
// 消息
|
||||||
v.message.MsgData.Options = utils.WithOptions(utils.Options(v.message.MsgData.Options), utils.WithNotification(false))
|
v.message.MsgData.Options = utils.WithOptions(utils.Options(v.message.MsgData.Options), utils.WithNotification(false), utils.WithSendMsg(false))
|
||||||
storageMsgList = append(storageMsgList, v.message)
|
storageMsgList = append(storageMsgList, v.message)
|
||||||
}
|
}
|
||||||
if isStorage(notificationMsg) {
|
if isStorage(notificationMsg) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user