mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove reaction from deleted message
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user