]> nmode's Git Repositories - signal-cli/commit
Add commands to update profile name and avatar
authorJérémy Bobbio <lunar@debian.org>
Tue, 24 Sep 2019 17:22:14 +0000 (19:22 +0200)
committerAsamK <asamk@gmx.de>
Wed, 16 Oct 2019 17:27:36 +0000 (19:27 +0200)
commitabb6ebc910d7d46ec3644d49d6bd456fcccfa1e0
treee535b624f7f4015c92abe9da2e95cb07fbb4ace0
parentc53bb132eb9759ee6541d037d2eeadc848c2c89b
Add commands to update profile name and avatar

Two new commands are added `setProfileName` and `setProfileAvatar` which
allow to update the name and avatar visible by other users for the
current profiles.

Closes #227
man/signal-cli.1.adoc
src/main/java/org/asamk/signal/commands/Commands.java
src/main/java/org/asamk/signal/commands/SetProfileAvatarCommand.java [new file with mode: 0644]
src/main/java/org/asamk/signal/commands/SetProfileNameCommand.java [new file with mode: 0644]
src/main/java/org/asamk/signal/manager/Manager.java
src/main/java/org/asamk/signal/manager/Utils.java