mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-18 21:24:23 +01:00
Rename internal quitGroup method
This commit is contained in:
@@ -420,7 +420,7 @@ public class DbusSignalImpl implements Signal {
|
||||
public void quitGroup(final byte[] groupId) {
|
||||
var group = getGroupId(groupId);
|
||||
try {
|
||||
m.sendQuitGroupMessage(group, Set.of());
|
||||
m.quitGroup(group, Set.of());
|
||||
} catch (GroupNotFoundException | NotAGroupMemberException e) {
|
||||
throw new Error.GroupNotFound(e.getMessage());
|
||||
} catch (IOException | LastGroupAdminException e) {
|
||||
|
||||
Reference in New Issue
Block a user