return group information for any changes

This commit is contained in:
withchao 2024-06-25 20:28:13 +08:00
parent 1b080fe14d
commit 5df00a3f97

View File

@ -82,6 +82,9 @@ func (s *groupServer) GetIncrementalGroupMember(ctx context.Context, req *pbgrou
}
return false
})
if vl.LogLen > 0 {
hasGroupUpdate = true
}
return vl, nil
},
CacheMaxVersion: s.db.FindMaxGroupMemberVersionCache,