-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save chatroom logs in KV store #1998
Merged
Merged
Changes from 28 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
630d5ff
chore: do not open new tab when user is signed in
Silver-IT ed59351
chore: do not open new tab when user is signed in
Silver-IT 1fbfcf4
Merge branch 'master' into 1942-missing-dm-notifications-in-brave
Silver-IT c0d004f
chore: do not open new tab when user is signed in
Silver-IT e0a3fab
Merge branch 'master' into 1942-missing-dm-notifications-in-brave
Silver-IT eef2079
chore: do not open new tab when user is signed in
Silver-IT 08dbf97
Merge branch 'master' into 1942-missing-dm-notifications-in-brave
Silver-IT fb6a390
feat: created chatRoomLogs state
Silver-IT 9eed149
feat: made chatroom logs utility functions
Silver-IT 9c00b68
feat: moved chatRoomLogs utility functions from chatroom to identity
Silver-IT b0b5fdc
feat: updated function setChatRoomReadUntil
Silver-IT 2056521
chore: do not open new tab when user is signed in
Silver-IT 9aeeb38
feat: update chatroom contract using chatRoomLogs utility function
Silver-IT ad3488f
feat: updated chatRoomLogs utility functions considering multiple ses…
Silver-IT 5a44e92
feat: display isNew indicator according to the updated createdHeight
Silver-IT 5499806
feat: implement storing chatroom logs in kv
Silver-IT 0f84db7
feat: add all chatRoomLogs utility functions in a queue
Silver-IT 80fa2ee
feat: retry 10 times until the chatroomlogs utility function succeed
Silver-IT 15a182a
feat: resolved conflicts
Silver-IT 5512e44
chore: revert unrelated changes
Silver-IT 70938ae
chore: do not open new tab when user is signed in
Silver-IT 6543afa
feat: simplified chatRoomLogs unreadMessages
Silver-IT 031d98c
feat: simplified chatRoomLogs by deleting deletedHeight of readUntil
Silver-IT 54498af
fix: resolved conflicts
Silver-IT 90c29ec
feat: improved to search users by keyword
Silver-IT 7d824ef
feat: improved variable names
Silver-IT df337d5
fix: error regarding cypress within
Silver-IT ad54aea
fix: handle errors in loadChatRoomUnreadMessages
Silver-IT 80f2d7e
Update KV store set (#2027)
corrideat bd8bb78
feat: remove requireToSuccess function and used onconflict in kv/set
Silver-IT e070b40
fix: lint error and error in setting lastLoggedIn
Silver-IT bb36d22
chore: tiny update and travis retry
Silver-IT 1b58d71
chore: added comment and travis retry
Silver-IT 5430fa0
fix: some errors in using variable names
Silver-IT 4e640b5
feat: test unread messages count in cypress
Silver-IT 7b7e6ad
fix: error when rejoining group
Silver-IT c578c61
fix: set renderingChatRoomId before initiate state in ChatMain.vue
Silver-IT 878a184
chore: added comment and travis retry
Silver-IT 5481d17
feat: wait invocations to run before logout in cypress
Silver-IT cd1332f
feat: improved manage chatroom_events queue
Silver-IT cce59c4
chore: added comment and travis retry
Silver-IT 86f40a4
fix: error in groupDirectMessages getter when groupID is null
Silver-IT 04c6556
chore: added comment and travis retry
Silver-IT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Silver-IT This function can now be removed once #2027 is merged into this PR. Could you please have a look at that PR and merge it when ready?