mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 14:59:01 +08:00
log
This commit is contained in:
@@ -108,7 +108,7 @@ func (och *OnlineHistoryConsumerHandler) Run(channelID int) {
|
|||||||
for _, v := range msgList {
|
for _, v := range msgList {
|
||||||
log.Debug(triggerID, "msg come to storage center", v.String())
|
log.Debug(triggerID, "msg come to storage center", v.String())
|
||||||
if v.MsgData == nil {
|
if v.MsgData == nil {
|
||||||
log.NewWarn(triggerID, "msg come to storage center nil", v.String())
|
log.NewWarn(triggerID, "msg come to storage center nil", v.String(), v.OperationID)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
isHistory := utils.GetSwitchFromOptions(v.MsgData.Options, constant.IsHistory)
|
isHistory := utils.GetSwitchFromOptions(v.MsgData.Options, constant.IsHistory)
|
||||||
|
|||||||
Reference in New Issue
Block a user