mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 14:10:37 +00:00
Merge branch 'master' into dbus_updateaccount
This commit is contained in:
commit
46eef01d61
3 changed files with 40 additions and 0 deletions
|
@ -95,6 +95,10 @@ public interface Signal extends DBusInterface {
|
|||
String name, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
|
||||
) throws Error.Failure;
|
||||
|
||||
void removePin();
|
||||
|
||||
void setPin(String registrationLockPin);
|
||||
|
||||
String version();
|
||||
|
||||
List<String> listNumbers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue