mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Print uuid in listIdentities command if number unknown
This commit is contained in:
parent
10df4338b1
commit
e9caf21bd3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class ListIdentitiesCommand implements JsonRpcLocalCommand {
|
|||
|
||||
private static void printIdentityFingerprint(PlainTextWriter writer, Identity theirId) {
|
||||
writer.println("{}: {} Added: {} Fingerprint: {} Safety Number: {}",
|
||||
theirId.recipient().number().orElse(null),
|
||||
theirId.recipient().getLegacyIdentifier(),
|
||||
theirId.trustLevel(),
|
||||
theirId.dateAdded(),
|
||||
Hex.toString(theirId.getFingerprint()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue