Use saveURLAsFile

This commit is contained in:
Daniel Gasienica 2018-04-26 16:42:10 -04:00
parent 394d2f0bff
commit 21db2e7182
2 changed files with 6 additions and 4 deletions

View file

@ -179,6 +179,7 @@
saveFile() {
Signal.Types.AttachmentTS.save({
attachment: this.model,
document,
timestamp: this.timestamp,
});
},