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
@@ -457,10 +457,9 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
"image_url": capturedImage
},
attachments: [{
//"title": this.capturedImageTitle ,
//"text": "description",
"title": capturedImageTitle ,
"text": "description",
"title_link_download": false,
//"image_url": this.capturedImage,
}]
})
@@ -582,10 +581,9 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
"image_url": imageData
},
attachments: [{
//"title": this.capturedImageTitle ,
//"text": "description",
"title": file.name ,
"text": "description",
"title_link_download": false,
//"image_url": this.capturedImage,
}]
})