AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.22k stars 306 forks source link

Do not allow to be found by phone number #1484

Closed gregor-hh closed 8 months ago

gregor-hh commented 8 months ago

Hello, since the last official signal update for the Iphone you can set that you can not be found by the phone number (checkbox)

Can this also be set with signal-cli?

If so, what is the command, or can this please be implemented?

Best regards

AsamK commented 8 months ago

See the updateAccount command: https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc

gregor-hh commented 8 months ago

See the updateAccount command: https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc

Thank you, but I am a bit confused:

--discoverable-by-number {true,false} Enable/disable if the account should be discoverable by phone number

is exactly what I would like to set to false.

But it comes:

"unrecognized arguments" Is it not implemented?

AsamK commented 8 months ago

You need the latest version for this to work: signal-cli -a +XXXX updateAccount --discoverable-by-number=false