mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-22 14:14:27 +01:00
Add parameter to configure phone number privacy
This commit is contained in:
@@ -1187,7 +1187,7 @@ public class DbusSignalImpl implements Signal, AutoCloseable {
|
||||
throw new Error.Failure("Only the name of this device can be changed");
|
||||
}
|
||||
try {
|
||||
m.updateAccountAttributes(name, null);
|
||||
m.updateAccountAttributes(name, null, null, null);
|
||||
// update device list
|
||||
updateDevices();
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user