♻️ Refactor the last read at system of chat

This commit is contained in:
2025-05-24 01:29:17 +08:00
parent 1b2ca34aad
commit 213d81a5ca
8 changed files with 44 additions and 99 deletions

View File

@ -15,7 +15,6 @@ public partial class ChatController(AppDatabase db, ChatService cs) : Controller
{
public class MarkMessageReadRequest
{
public Guid MessageId { get; set; }
public Guid ChatRoomId { get; set; }
}