-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chat): add Pin, Reply, Edit, and Delete messages (#84)
* feat: sockets auto reconnect v1 * fix: sockets auto reconnect v2 * undate * fix: missing function call * fix: messageing step 1 * fix: remove the chats map from the chatViewModel to insure consistency * feature: add missing attributes * feature: get missing attributes from the request * Untrack the generated files * refactor: add some organization to the chat screen * feature: clear all chats and users data on log out * fix: remove dublicate user name from msg * feat: receive messages correctly * feature: implement pin and reply * fix: very tall reply message * fix: dublicate recieved messages issue * feature: add extra measures for establishing socket connection * feat: delete a message * feat: make an entire new socket connection * feat: check delete msg success * feature: handle keyboard dismiss in chat screen * fix: having an expiered session * feature: edit a message * fix: complete merging
- Loading branch information
1 parent
0cd7389
commit 1f4ed60
Showing
22 changed files
with
1,387 additions
and
1,138 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
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
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.