remove duplicated isRegistered()

in Signal.java
This commit is contained in:
John Freed 2021-10-07 18:41:04 +02:00
parent cff5ec9a9f
commit 8562112587

View file

@ -92,8 +92,6 @@ public interface Signal extends DBusInterface {
List<String> getGroupMembers(byte[] groupId) throws Error.InvalidGroupId;
boolean isRegistered();
byte[] updateGroup(
byte[] groupId, String name, List<String> members, String avatar
) throws Error.AttachmentInvalid, Error.Failure, Error.InvalidNumber, Error.GroupNotFound, Error.InvalidGroupId;