mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement sendGroupTying dbus method
This commit is contained in:
parent
4999487476
commit
d9c8711eb0
4 changed files with 56 additions and 26 deletions
|
@ -301,7 +301,8 @@ public class DbusManagerImpl implements Manager {
|
|||
signal.sendTyping(signal.getSelfNumber(), action == TypingAction.STOP);
|
||||
return 0L;
|
||||
}, groupId -> {
|
||||
throw new UnsupportedOperationException();
|
||||
signal.sendGroupTyping(groupId, action == TypingAction.STOP);
|
||||
return 0L;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue