mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
misunderstood what it was looking for
This commit is contained in:
parent
711d59967f
commit
567748858f
1 changed files with 0 additions and 11 deletions
|
@ -15,16 +15,5 @@ public class JsonSendableMessage {
|
|||
}
|
||||
|
||||
String message;
|
||||
|
||||
public void setAttachments(List<String> attachments) {
|
||||
if ( attachments == null ) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.attachments = attachments.stream()
|
||||
.map(i -> new String(Base64.getDecoder().decode(i)))
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
List<String> attachments;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue