This commit is contained in:
Peter Maquiran
2022-02-04 00:57:46 +01:00
parent 3b6e519adb
commit 7ee2289ca0
3 changed files with 19 additions and 38 deletions
+4 -5
View File
@@ -533,10 +533,9 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"image_url": capturedImage
},
attachments: [{
//"title": this.capturedImageTitle ,
//"text": "description",
"title": capturedImageTitle ,
"text": "description",
"title_link_download": false,
//"image_url": this.capturedImage,
}]
})
@@ -658,9 +657,9 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"image_url": imageData
},
attachments: [{
"title": file.name,
"title": file.name ,
"text": "description",
"title_link_download": false,
"image_url": imageData,
}]
})