This commit is contained in:
tiago.kayaya
2022-01-27 18:29:09 +01:00
parent 9f3d9257e2
commit 8756462665
5 changed files with 24 additions and 81 deletions
@@ -75,6 +75,7 @@
<div *ngFor="let file of msg.attachments">
<div *ngIf="msg.file.type == 'application/img'" (click)="downloadFileMsg(msg)" dfsdvsvs>
<img src={{msg.file.image_url}} alt="image">
<ion-icon *ngIf="msg.file.image_url == null" name="download-outline"></ion-icon>
</div>
<div *ngIf="msg.file.type != 'application/img'">
<div class="file">