msg update

This commit is contained in:
away
2021-06-28 19:23:43 +08:00
parent 9b4af25e26
commit 473c956b1b
2 changed files with 16 additions and 47 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func saveUserChat(uid string, pbMsg *pbMsg.MsgSvrToPushSvrChatMsg) error {
return err
}
pbMsg.RecvSeq = seq
return db.DB.SaveUserChat(uid, pbMsg)
return db.DB.SaveUserChat(uid, pbMsg.SendTime, pbMsg)
}
func getGroupList(groupID string) ([]string, error) {