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

Feature Request: Add some status information like Android "Internal Details" #1502

Closed Sgn-32 closed 7 months ago

Sgn-32 commented 7 months ago

Signal Android shows in the "Internal Details" the status of:

"Sealed Sender mode" "Phone Number Sharing" "Phone Number Discoverability" "Profile Sharing"

Maybe the ServiceId should be shown as default for every contact. Possibly also the status, whether contact is registered or not

AsamK commented 7 months ago

Where would you expect this data, in the listContacts command?

Sgn-32 commented 7 months ago

The listContacts command seems to be the best place. Maybe to not overload the default call of listContacts, show the information only with -d, --details

AsamK commented 7 months ago

I've added an --internal parameter that includes this information.