mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-22 16:44:25 +01:00
Add listAccounts command
This commit is contained in:
@@ -119,7 +119,7 @@ public class SignalJsonRpcDispatcherHandler {
|
||||
final ObjectMapper objectMapper, final String method, ContainerNode<?> params
|
||||
) throws JsonRpcException {
|
||||
var command = getCommand(method);
|
||||
// TODO implement listAccounts, register, verify, link
|
||||
// TODO implement register, verify, link
|
||||
if (c != null && command instanceof JsonRpcMultiCommand<?> jsonRpcCommand) {
|
||||
return runCommand(objectMapper, params, new MultiCommandRunnerImpl<>(c, jsonRpcCommand));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user