mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-22 16:44:25 +01:00
Implement startLink and finishLink for jsonrpc daemon
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user