Show group notification editor

This commit is contained in:
skiffer-git
2022-07-13 11:09:29 +08:00
parent fb4cef7ccb
commit 2d110deb09
6 changed files with 344 additions and 312 deletions
+1
View File
@@ -98,6 +98,7 @@ func GroupDBCopyOpenIM(dst *open_im_sdk.GroupInfo, src *db.Group) error {
return utils.Wrap(err, "")
}
dst.CreateTime = uint32(src.CreateTime.Unix())
dst.NotificationUpdateTime = uint32(src.NotificationUpdateTime.Unix())
return nil
}