mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-10 17:34:25 +01:00
Add method to update group endorsements
This commit is contained in:
@@ -82,6 +82,10 @@ public class GroupHelper {
|
||||
return getGroup(groupId, false);
|
||||
}
|
||||
|
||||
public void updateGroupSendEndorsements(GroupId groupId) {
|
||||
getGroup(groupId, true);
|
||||
}
|
||||
|
||||
public List<GroupInfo> getGroups() {
|
||||
final var groups = account.getGroupStore().getGroups();
|
||||
groups.forEach(group -> fillOrUpdateGroup(group, false));
|
||||
|
||||
Reference in New Issue
Block a user