Rename internal quitGroup method

This commit is contained in:
AsamK 2021-08-26 10:28:04 +02:00
parent 7f64a9812c
commit cd3741d236
3 changed files with 3 additions and 3 deletions

View file

@ -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);