mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update dependencies
This commit is contained in:
parent
a486b752e8
commit
26840a2f0f
7 changed files with 60 additions and 29 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue