mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add listAccounts command
This commit is contained in:
parent
9c67aabebb
commit
62dd2ee49e
4 changed files with 50 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue