Add --unrestricted-unidentified-sender to updateAccount command

This commit is contained in:
AsamK 2024-01-13 16:00:55 +01:00
parent 3290a5bf4d
commit 30e8e36635
9 changed files with 38 additions and 10 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);
m.updateAccountAttributes(name, null);
// update device list
updateDevices();
} catch (IOException e) {