mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Use only one method for blocking and unblocking
This commit is contained in:
parent
3a3d9545ea
commit
5ab3152a40
4 changed files with 7 additions and 24 deletions
|
@ -24,9 +24,7 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void setContactName(String number, String name);
|
||||
|
||||
void blockContact(String number);
|
||||
|
||||
void unblockContact(String number);
|
||||
void setContactBlocked(String number, boolean blocked);
|
||||
|
||||
List<byte[]> getGroupIds();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue