mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-23 09:04:26 +01:00
Update dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ class JsonAttachment {
|
||||
|
||||
final SignalServiceAttachmentPointer pointer = attachment.asPointer();
|
||||
if (attachment.isPointer()) {
|
||||
this.id = String.valueOf(pointer.getId());
|
||||
this.id = String.valueOf(pointer.getRemoteId());
|
||||
if (pointer.getFileName().isPresent()) {
|
||||
this.filename = pointer.getFileName().get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user