]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Improve receiving unidentified messages
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index ed2796b82fdfb5897021ccc1c89528461ce7ad9e..afd93e320ba188c37b08f5b305150215f50353eb 100644 (file)
@@ -21,7 +21,7 @@ public class Commands {
         addCommand("removePin", new RemovePinCommand());
         addCommand("send", new SendCommand());
         addCommand("sendContacts", new SendContactsCommand());
-        addCommand("setContactName", new SetContactNameCommand());
+        addCommand("updateContact", new UpdateContactCommand());
         addCommand("setPin", new SetPinCommand());
         addCommand("trust", new TrustCommand());
         addCommand("unregister", new UnregisterCommand());