remove reaction from deleted message

This commit is contained in:
Peter Maquiran
2024-08-26 14:50:21 +01:00
parent 021d1c5277
commit a8e96e1653
@@ -154,7 +154,7 @@
Mensagem foi eliminada Mensagem foi eliminada
</div> </div>
<!-- current emoji --> <!-- current emoji -->
<div class="rotate-div"> <div class="rotate-div" *ngIf="message.isDeleted != true">
<span *ngFor="let reaction of message.reactions" class="emoji-icon"> <span *ngFor="let reaction of message.reactions" class="emoji-icon">
{{ reaction.reaction }} {{ reaction.reaction }}
</span> </span>