mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 23:24:24 +01:00
Refactor Manager interface
This commit is contained in:
@@ -50,7 +50,7 @@ public class QuitGroupCommand implements JsonRpcLocalCommand {
|
||||
) throws CommandException {
|
||||
final var groupId = CommandUtil.getGroupId(ns.getString("group-id"));
|
||||
|
||||
var groupAdmins = CommandUtil.getSingleRecipientIdentifiers(ns.getList("admin"), m.getUsername());
|
||||
var groupAdmins = CommandUtil.getSingleRecipientIdentifiers(ns.getList("admin"), m.getSelfNumber());
|
||||
|
||||
try {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user