Add parameter to configure phone number privacy

This commit is contained in:
AsamK 2024-02-18 19:24:23 +01:00
parent 25258db55d
commit 6cd57312a1
11 changed files with 60 additions and 8 deletions

View file

@ -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) {