mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 15:14:21 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user