mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Add blockContact and unblockContact subcommands
This commit is contained in:
parent
3b2682a57a
commit
7f0ce68ec1
7 changed files with 97 additions and 1 deletions
|
@ -24,6 +24,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void setContactName(String number, String name);
|
||||
|
||||
void blockContact(String number);
|
||||
|
||||
void unblockContact(String number);
|
||||
|
||||
List<byte[]> getGroupIds();
|
||||
|
||||
String getGroupName(byte[] groupId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue