mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +08:00
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
# Conflicts: # pkg/common/db/mysql_model/im_mysql_model/group_model.go
This commit is contained in:
parent
ea93e97e79
commit
89406f1c57
@ -244,7 +244,7 @@ func (s *groupServer) GetJoinedGroupList(ctx context.Context, req *pbGroup.GetJo
|
|||||||
groupNode.NotificationUpdateTime = 0
|
groupNode.NotificationUpdateTime = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
groupNode.MemberCount = num
|
groupNode.MemberCount = uint32(num)
|
||||||
groupNode.OwnerUserID = owner.UserID
|
groupNode.OwnerUserID = owner.UserID
|
||||||
resp.GroupList = append(resp.GroupList, &groupNode)
|
resp.GroupList = append(resp.GroupList, &groupNode)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user