mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-20 07:34:20 +01:00
Remove workaround for getBoolean from JsonRpcLocalCommand
This commit is contained in:
@@ -61,7 +61,7 @@ public class QuitGroupCommand implements JsonRpcLocalCommand {
|
||||
} catch (NotAGroupMemberException e) {
|
||||
logger.info("User is not a group member");
|
||||
}
|
||||
if (ns.getBoolean("delete")) {
|
||||
if (Boolean.TRUE.equals(ns.getBoolean("delete"))) {
|
||||
logger.debug("Deleting group {}", groupId);
|
||||
m.deleteGroup(groupId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user