Add method to update group endorsements
This commit is contained in:
parent
6ea373fbd5
commit
a69a9b7b0e
@ -82,6 +82,10 @@ public class GroupHelper {
|
|||||||
return getGroup(groupId, false);
|
return getGroup(groupId, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void updateGroupSendEndorsements(GroupId groupId) {
|
||||||
|
getGroup(groupId, true);
|
||||||
|
}
|
||||||
|
|
||||||
public List<GroupInfo> getGroups() {
|
public List<GroupInfo> getGroups() {
|
||||||
final var groups = account.getGroupStore().getGroups();
|
final var groups = account.getGroupStore().getGroups();
|
||||||
groups.forEach(group -> fillOrUpdateGroup(group, false));
|
groups.forEach(group -> fillOrUpdateGroup(group, false));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user