This commit is contained in:
Peter Maquiran
2022-02-04 00:54:41 +01:00
parent 0f04ad98c2
commit 3b6e519adb
3 changed files with 31 additions and 20 deletions
+5 -6
View File
@@ -658,10 +658,9 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"image_url": imageData
},
attachments: [{
//"title": this.capturedImageTitle ,
//"text": "description",
"title": file.name,
"title_link_download": false,
//"image_url": this.capturedImage,
"image_url": imageData,
}]
})
@@ -744,10 +743,10 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"image_url": fileImage
},
attachments: [{
//"title": this.capturedImageTitle ,
//"text": "description",
"title": capturedImageTitle ,
"text": "description",
"title_link_download": false,
//"image_url": this.capturedImage,
"image_url": capturedImage,
}]
})