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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Introduce a direct messaging feature so that users can send and receive private messages within the platform. This will improve user interaction and allow discussions around shared content.
Acceptance Criteria
A user can start a private conversation with another user.
Messages should be stored in the database and linked to sender/receiver.
Users can view a list of their conversations.
Users receive a notification when a new message is received.
Messages must be private (only visible to the two participants).