Skip to content

Commit

Permalink
Update NanoChatCartridgeSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Jan 1, 2025
1 parent 541849c commit 88dfe67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ private void DeliverMessageToRecipient(Entity<NanoChatCardComponent> sender,

_nanoChat.AddMessage((recipient, recipient.Comp), senderNumber.Value, message with { DeliveryFailed = false });


if (recipient.Comp.IsClosed || _nanoChat.GetCurrentChat((recipient, recipient.Comp)) != senderNumber)
HandleUnreadNotification(recipient, message);

Expand Down

0 comments on commit 88dfe67

Please sign in to comment.