mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add method to update group endorsements
This commit is contained in:
parent
6ea373fbd5
commit
a69a9b7b0e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue