feat(chat): add unread message divider
This commit is contained in:
@@ -6,6 +6,8 @@ defmodule Slax.Chat.RoomMembership do
|
||||
alias Slax.Chat.Room
|
||||
|
||||
schema "room_memberships" do
|
||||
field :last_read_id, :integer
|
||||
|
||||
belongs_to :room, Room
|
||||
belongs_to :user, User
|
||||
|
||||
|
Reference in New Issue
Block a user