mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add updateProfile to Dbus (#522)
* Added updateProfile on Dbus * added updateProfile on Dbus (fix) Co-authored-by: Adimarantis <adimarantis@gmail.com>
This commit is contained in:
parent
129a846cc1
commit
d0ce3c1543
2 changed files with 20 additions and 0 deletions
|
@ -51,6 +51,8 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
boolean isRegistered();
|
||||
|
||||
void updateProfile(String name,String about,String aboutEmoji,String avatarPath,boolean removeAvatar) throws Error.Failure;
|
||||
|
||||
class MessageReceived extends DBusSignal {
|
||||
|
||||
private final long timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue