-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix restarting sync #2318
Merged
Merged
Fix restarting sync #2318
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6793e2f
Remove left-over read-receipt-sync-attempt
gnunicorn ada9e5a
Test proofing the sync problem
gnunicorn 325b4fb
Ensure we don't sync already synced room histories again
gnunicorn 58d5459
Changelog
gnunicorn 5af6d72
Remove necessity for mock data for rust integration tests
gnunicorn 67f402c
Remove mock cli command
gnunicorn 867884b
fixing tests
gnunicorn 8daba78
Fix sync up code when already synced up: fix endless stalling tests
gnunicorn ea63937
Improved history sync tracking
gnunicorn de0fa32
Merge remote-tracking branch 'origin/main' into ben-fix-restarting-sync
gnunicorn 4a8f330
Upgrading flutter deps
gnunicorn 8287f50
Upgrade matrix-rust-sdk dependency
gnunicorn 2b90e2e
Fix store config usage pattern
gnunicorn 5d3b71d
Fix acter_notify pub spec
gnunicorn aa2006b
fix dependency feature
gnunicorn f496a03
Merge branch 'ben-upgrading-deps-2446' into ben-fix-restarting-sync
gnunicorn 1d46b21
Properly indicate the loading starting signal
gnunicorn 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Fix to not refresh the entire space history on every app start anymore. | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
So now, it'd only sync if there's a need for sync ?
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.
yeah, that's the idea. so far, we synced the entire history on every start...