mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
50fb5587ec
commit
12c296f9ec
1 changed files with 3 additions and 1 deletions
|
@ -1182,7 +1182,9 @@ public class Main {
|
||||||
System.out.println(" Filename: " + attachment.getFileName());
|
System.out.println(" Filename: " + attachment.getFileName());
|
||||||
System.out.println(" Type: " + attachment.getContentType());
|
System.out.println(" Type: " + attachment.getContentType());
|
||||||
System.out.println(" Thumbnail:");
|
System.out.println(" Thumbnail:");
|
||||||
printAttachment(attachment.getThumbnail());
|
if (attachment.getThumbnail() != null) {
|
||||||
|
printAttachment(attachment.getThumbnail());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue