Merge branch 'master' into dbus_updateaccount

This commit is contained in:
John Freed 2021-09-22 20:31:43 +02:00
commit 46eef01d61
3 changed files with 40 additions and 0 deletions

View file

@ -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();