GameServer.Chat.ReadCursor
(game_server_core v1.0.959)
Copy Markdown
Ecto schema for the chat_read_cursors table.
Tracks the last message a user has read in a given chat conversation.
The unique constraint on [user_id, chat_type, chat_ref_id] ensures
one cursor per user per conversation.
Summary
Functions
Changeset for creating/updating a read cursor.