mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-18 22:54:20 +01:00
Implement JsonRpc command for commands without output
This commit is contained in:
@@ -13,7 +13,7 @@ import org.whispersystems.libsignal.util.guava.Optional;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
public class UpdateProfileCommand implements LocalCommand {
|
||||
public class UpdateProfileCommand implements JsonRpcLocalCommand {
|
||||
|
||||
public UpdateProfileCommand(final OutputWriter outputWriter) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user