mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
remove duplicated isRegistered()
in Signal.java
This commit is contained in:
parent
cff5ec9a9f
commit
8562112587
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue