mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-02 13:54:34 +01:00
Rename internal quitGroup method
This commit is contained in:
@@ -665,7 +665,7 @@ public class Manager implements Closeable {
|
||||
return account.getGroupStore().getGroups();
|
||||
}
|
||||
|
||||
public SendGroupMessageResults sendQuitGroupMessage(
|
||||
public SendGroupMessageResults quitGroup(
|
||||
GroupId groupId, Set<RecipientIdentifier.Single> groupAdmins
|
||||
) throws GroupNotFoundException, IOException, NotAGroupMemberException, LastGroupAdminException {
|
||||
final var newAdmins = getRecipientIds(groupAdmins);
|
||||
|
||||
Reference in New Issue
Block a user