mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Add blocking/unblocking for groups
This commit is contained in:
parent
5ab3152a40
commit
ff478a5b0a
8 changed files with 116 additions and 62 deletions
|
@ -26,6 +26,8 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void setContactBlocked(String number, boolean blocked);
|
||||
|
||||
void setGroupBlocked(byte[] groupId, boolean blocked) throws GroupNotFoundException;
|
||||
|
||||
List<byte[]> getGroupIds();
|
||||
|
||||
String getGroupName(byte[] groupId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue