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