lfroms/COMP4109-Project

Refactor conversations to support direct messages with one or more users

Closed this issue · 0 comments

Description of the work required
Our conversation implementation should be updated so that users can send direct messages as well as send messages into channels.

Functional Requirements
A detailed list of requirements that define the scope of the issue. Satisfying them all should complete this issue.

  • Users can send direct messages to conversations, given their ID.
  • Support for multiple conversations per user is supported on both the frontend and backend.