This commit is contained in:
tiago.kayaya
2022-03-22 15:50:27 +01:00
parent 0cfa06c33c
commit b619877cdd
2 changed files with 2 additions and 2 deletions
@@ -455,7 +455,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
}, },
attachments: [{ attachments: [{
"title": fileName , "title": fileName ,
"title_link": this.audioRecorded, /* "title_link": this.audioRecorded, */
"title_link_download": true, "title_link_download": true,
"type": "file" "type": "file"
}], }],