mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement startLink and finishLink for jsonrpc daemon
This commit is contained in:
parent
79cc225869
commit
b7005884fd
9 changed files with 242 additions and 1 deletions
|
@ -122,7 +122,6 @@ public class SignalJsonRpcDispatcherHandler {
|
|||
final ObjectMapper objectMapper, final String method, ContainerNode<?> params
|
||||
) throws JsonRpcException {
|
||||
var command = getCommand(method);
|
||||
// TODO implement link
|
||||
if (c != null) {
|
||||
if (command instanceof JsonRpcMultiCommand<?> jsonRpcCommand) {
|
||||
return runCommand(objectMapper, params, new MultiCommandRunnerImpl<>(c, jsonRpcCommand));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue