This commit is contained in:
tiago.kayaya
2022-03-04 14:51:08 +01:00
parent 932b0b3c05
commit 0c9d5275a6
3 changed files with 93 additions and 6 deletions
@@ -751,7 +751,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
} else {
this.downloadFile = btoa(new Uint8Array(event.body).reduce((data, byte) => data + String.fromCharCode(byte), ''));
}
msg.file = {
guid: msg.file.guid,
@@ -799,7 +799,7 @@ console.log(msg);
});
modal.present();
}
}
}