mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-04 14:44:26 +01:00
@@ -1182,7 +1182,9 @@ public class Main {
|
||||
System.out.println(" Filename: " + attachment.getFileName());
|
||||
System.out.println(" Type: " + attachment.getContentType());
|
||||
System.out.println(" Thumbnail:");
|
||||
printAttachment(attachment.getThumbnail());
|
||||
if (attachment.getThumbnail() != null) {
|
||||
printAttachment(attachment.getThumbnail());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user