Implement sendGroupTying dbus method

This commit is contained in:
AsamK 2021-12-11 19:26:15 +01:00
parent 4999487476
commit d9c8711eb0
4 changed files with 56 additions and 26 deletions

View file

@ -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;
});
}