This commit is contained in:
tiago.kayaya
2022-01-27 17:01:40 +01:00
3 changed files with 117 additions and 79 deletions
@@ -74,7 +74,7 @@
<div *ngIf="msg.attachments" class="message-attachments">
<div *ngFor="let file of msg.attachments">
<div *ngIf="msg.file.type == 'application/img'" (click)="downloadFileMsg(msg)" dfsdvsvs>
<img src={{msg.image_url}} alt="image">
<img src={{msg.file.image_url}} alt="image">
</div>
<div *ngIf="msg.file.type != 'application/img'">
<div class="file">