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
@@ -460,6 +460,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
temporaryData: formData,
attachments: [{
"title": capturedImageTitle ,
"image_url": capturedImage, // rocketchat
"text": "description",
"title_link_download": false,
}]
@@ -539,6 +540,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
attachments: [{
"title": file.name ,
"text": "description",
"image_url": imageData,
"title_link_download": false,
}]
})