This commit is contained in:
Peter Maquiran
2022-02-07 20:52:07 +01:00
parent c74594fe49
commit cef4c39d6e
5 changed files with 18 additions and 6 deletions
@@ -543,6 +543,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"image_url": capturedImage
},
attachments: [{
"image_url": capturedImage,
"title": capturedImageTitle ,
"text": "description",
"title_link_download": false,
@@ -624,6 +625,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
temporaryData: formData,
attachments: [{
"title": file.name ,
"image_url": imageData,
"text": "description",
"title_link_download": false,
}]