This commit is contained in:
skiffer-git
2022-07-14 11:43:01 +08:00
parent 0234795200
commit af1d8fa834
2 changed files with 5 additions and 2 deletions
@@ -36,6 +36,9 @@ func InsertIntoGroup(groupInfo db.Group) error {
if err != nil {
return err
}
if groupInfo.NotificationUpdateTime.Unix() < 0 {
groupInfo.NotificationUpdateTime = time.Now()
}
return nil
}