mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 07:04:21 +01:00
Command to check if number is registered (#391)
* Added the isRegistered command * Minor fixes * Corrected description * Added AsamK's suggestions Fixes #178
This commit is contained in:
@@ -11,6 +11,7 @@ public class Commands {
|
||||
addCommand("addDevice", new AddDeviceCommand());
|
||||
addCommand("block", new BlockCommand());
|
||||
addCommand("daemon", new DaemonCommand());
|
||||
addCommand("getUserStatus", new GetUserStatusCommand());
|
||||
addCommand("link", new LinkCommand());
|
||||
addCommand("listContacts", new ListContactsCommand());
|
||||
addCommand("listDevices", new ListDevicesCommand());
|
||||
|
||||
Reference in New Issue
Block a user