Skip to content

Commit

Permalink
Merge pull request #191 from Blazam-App/Beta-Dev
Browse files Browse the repository at this point in the history
Comment
  • Loading branch information
jacobsen9026 authored Jan 23, 2024
2 parents ba34a81 + 07399f2 commit 21df343
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BLAZAMServices/Chat/ChatService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ public void PostMessage(ChatMessage message)

OnMessagePosted?.Invoke(message);
}
/// <summary>
/// Marks a message as read in the database
/// </summary>
/// <param name="message"></param>
/// <param name="user"></param>
public void MessageRead(ChatMessage message, AppUser user)
{
var context = Context;
Expand Down

0 comments on commit 21df343

Please sign in to comment.