mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
return group information for any changes
This commit is contained in:
parent
1b080fe14d
commit
5df00a3f97
@ -82,6 +82,9 @@ func (s *groupServer) GetIncrementalGroupMember(ctx context.Context, req *pbgrou
|
|||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
|
if vl.LogLen > 0 {
|
||||||
|
hasGroupUpdate = true
|
||||||
|
}
|
||||||
return vl, nil
|
return vl, nil
|
||||||
},
|
},
|
||||||
CacheMaxVersion: s.db.FindMaxGroupMemberVersionCache,
|
CacheMaxVersion: s.db.FindMaxGroupMemberVersionCache,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user