mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-20 07:34:20 +01:00
Reformat code
This commit is contained in:
@@ -102,7 +102,12 @@ public interface Signal extends DBusInterface {
|
|||||||
void updateDeviceName(String deviceName) throws Error.Failure;
|
void updateDeviceName(String deviceName) throws Error.Failure;
|
||||||
|
|
||||||
void updateProfile(
|
void updateProfile(
|
||||||
String givenName, String familyName, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
|
String givenName,
|
||||||
|
String familyName,
|
||||||
|
String about,
|
||||||
|
String aboutEmoji,
|
||||||
|
String avatarPath,
|
||||||
|
boolean removeAvatar
|
||||||
) throws Error.Failure;
|
) throws Error.Failure;
|
||||||
|
|
||||||
void updateProfile(
|
void updateProfile(
|
||||||
|
|||||||
Reference in New Issue
Block a user