-
-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reply functionality for Group Chat and DirectChat (#2142)
* Initial commit * Updated the UI of chat screen * feat: added support to create group chat * implemented group chats * Implemented logic to send messages in group chat * refactor chat functionality * fix format * refactor code * fix failing tests * removed unwanted code * fix: formatting issues and reverted unwanted changes * removed unwanted code * implemented reply functionality for direct chat * implemented reply functionality * added test cases * fix: test cases * added test cases * feat: improved code coverage * fix: failed test cases * fix: failed test cases * improved code coverage * fix: minor issues * removed unused imports * fix: variable name * fix: confilts * fix: formatting issues * fix: type errors * fix: failing test cases * fix: failing tests
- Loading branch information
Showing
9 changed files
with
233 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.