mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +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) {
|
private static void printIdentityFingerprint(PlainTextWriter writer, Identity theirId) {
|
||||||
writer.println("{}: {} Added: {} Fingerprint: {} Safety Number: {}",
|
writer.println("{}: {} Added: {} Fingerprint: {} Safety Number: {}",
|
||||||
theirId.recipient().number().orElse(null),
|
theirId.recipient().getLegacyIdentifier(),
|
||||||
theirId.trustLevel(),
|
theirId.trustLevel(),
|
||||||
theirId.dateAdded(),
|
theirId.dateAdded(),
|
||||||
Hex.toString(theirId.getFingerprint()),
|
Hex.toString(theirId.getFingerprint()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue