mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-23 06:34:27 +01:00
Fix typos (#1459)
This commit is contained in:
@@ -35,8 +35,8 @@ public class TrustCommand implements JsonRpcLocalCommand {
|
||||
public void handleCommand(
|
||||
final Namespace ns, final Manager m, final OutputWriter outputWriter
|
||||
) throws CommandException {
|
||||
var recipentString = ns.getString("recipient");
|
||||
var recipient = CommandUtil.getSingleRecipientIdentifier(recipentString, m.getSelfNumber());
|
||||
var recipientString = ns.getString("recipient");
|
||||
var recipient = CommandUtil.getSingleRecipientIdentifier(recipientString, m.getSelfNumber());
|
||||
if (Boolean.TRUE.equals(ns.getBoolean("trust-all-known-keys"))) {
|
||||
try {
|
||||
final var res = m.trustIdentityAllKeys(recipient);
|
||||
|
||||
Reference in New Issue
Block a user