mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-05 23:24:32 +01:00
Implement sendGroupTying dbus method
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user