mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-18 22:54:20 +01:00
Add dbus SignalControl interface to register/verify/link accounts
This commit is contained in:
@@ -9,10 +9,10 @@ import java.util.List;
|
||||
|
||||
public interface MultiLocalCommand extends LocalCommand {
|
||||
|
||||
void handleCommand(Namespace ns, List<Manager> m) throws CommandException;
|
||||
void handleCommand(Namespace ns, List<Manager> m, final SignalCreator c) throws CommandException;
|
||||
|
||||
@Override
|
||||
default void handleCommand(final Namespace ns, final Manager m) throws CommandException {
|
||||
handleCommand(ns, List.of(m));
|
||||
handleCommand(ns, List.of(m), null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user