mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-25 00:24:21 +01:00
Extend updateProfile command to set family name
This commit is contained in:
@@ -372,7 +372,7 @@ public class DbusSignalImpl implements Signal {
|
||||
Optional<File> avatarFile = removeAvatar
|
||||
? Optional.absent()
|
||||
: avatarPath == null ? null : Optional.of(new File(avatarPath));
|
||||
m.setProfile(name, about, aboutEmoji, avatarFile);
|
||||
m.setProfile(name, null, about, aboutEmoji, avatarFile);
|
||||
} catch (IOException e) {
|
||||
throw new Error.Failure(e.getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user