mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 14:35:57 +08:00
send msg time modify
This commit is contained in:
@@ -57,9 +57,7 @@ func userRelationshipVerification(data *pbChat.SendMsgReq) {
|
|||||||
}
|
}
|
||||||
func (rpc *rpcChat) encapsulateMsgData(msg *sdk_ws.MsgData) {
|
func (rpc *rpcChat) encapsulateMsgData(msg *sdk_ws.MsgData) {
|
||||||
msg.ServerMsgID = GetMsgID(msg.SendID)
|
msg.ServerMsgID = GetMsgID(msg.SendID)
|
||||||
if msg.SendTime == 0 {
|
msg.SendTime = utils.GetCurrentTimestampByMill()
|
||||||
msg.SendTime = utils.GetCurrentTimestampByMill()
|
|
||||||
}
|
|
||||||
switch msg.ContentType {
|
switch msg.ContentType {
|
||||||
case constant.Text:
|
case constant.Text:
|
||||||
fallthrough
|
fallthrough
|
||||||
|
|||||||
Reference in New Issue
Block a user