You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PersonalChatModel: Represents a one-to-one chat session between two users. Stores metadata such as the last message, its timestamp, unread message count, and chat status (pinned/archived). Each chat is uniquely identified and links two user IDs.