This commit is contained in:
Peter Maquiran
2022-03-15 16:28:31 +01:00
parent 00cf4f7eaa
commit 2302a32df6
3 changed files with 17 additions and 21 deletions
@@ -761,13 +761,9 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
ts: msg.attachments[0].ts
}
// save the changes to the storage
msg.save()
// msg.attachments[0].image_url = 'sdfsdf'
await this.storage.set(msg.file.guid, this.downloadFile).then(() => {
console.log('IMAGE SAVED')
});
}