This commit is contained in:
away
2021-06-28 16:24:43 +08:00
parent 94428bfc40
commit 185c220429
6 changed files with 98 additions and 88 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) {