mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
GetMsgBySeqIndexIn1Doc
This commit is contained in:
parent
deb049c01c
commit
a241ac1dd4
@ -264,7 +264,7 @@ func (m *MsgMongoDriver) GetMsgBySeqIndexIn1Doc(ctx context.Context, userID stri
|
|||||||
Detail: string(tipsData),
|
Detail: string(tipsData),
|
||||||
}
|
}
|
||||||
content, _ := json.Marshal(&elem)
|
content, _ := json.Marshal(&elem)
|
||||||
msg.Msg.ContentType = constant.Revoke
|
msg.Msg.ContentType = constant.MsgRevokeNotification
|
||||||
msg.Msg.Content = string(content)
|
msg.Msg.Content = string(content)
|
||||||
}
|
}
|
||||||
msgs = append(msgs, msg)
|
msgs = append(msgs, msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user