mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix file
This commit is contained in:
@@ -543,6 +543,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
"image_url": capturedImage
|
||||
},
|
||||
attachments: [{
|
||||
"image_url": capturedImage,
|
||||
"title": capturedImageTitle ,
|
||||
"text": "description",
|
||||
"title_link_download": false,
|
||||
@@ -624,6 +625,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
temporaryData: formData,
|
||||
attachments: [{
|
||||
"title": file.name ,
|
||||
"image_url": imageData,
|
||||
"text": "description",
|
||||
"title_link_download": false,
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user