-
-
Notifications
You must be signed in to change notification settings - Fork 671
Switch sliding sync support to simplified sliding sync #4400
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
Merged
Changes from 17 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
65762c4
Switch sliding sync support to simplified sliding sync
dbkr 2593998
Remove txn_id handling, ensure we always resend when req params change
kegsay 6fba79c
Fix some tests
kegsay e26e926
Fix remaining tests
kegsay c75c06a
Mark TODOs on tests which need to die
kegsay 7444094
Linting
kegsay bf7be48
Make comments lie less
kegsay ade2c86
void
kegsay b8c3419
Always sent full extension request
kegsay 85400e9
Fix test
kegsay c44818f
Remove usage of deprecated field
kegsay aeeb25f
Hopefully fix DM names
kegsay 244ca62
Refactor how heroes are handled in Room
kegsay bd3f9f7
Fix how heroes work
kegsay 581b419
Linting
kegsay 39b4e9d
Ensure that when SSS omits heroes we don't forget we had heroes
kegsay 11e7a3d
Check the right flag when doing timeline trickling
kegsay 511a873
Also change when the backpagination token is set
kegsay 181d786
Remove list ops and server-provided sort positions
kegsay 679a984
Linting
kegsay cf37e43
Add Room.bumpStamp
kegsay 426aa93
Update crypto wasm lib
kegsay 63a636f
Add performance logging
kegsay f8d4161
Fix breaking change in crypto wasm v8
kegsay 1fd6675
Update crypto wasm for breaking changes
kegsay 8616294
Mark all tracked users as dirty on expired SSS connections
kegsay 3833273
Merge remote-tracking branch 'origin/develop' into dbkr/sss
dbkr 8b7213b
add ts extension
dbkr c6f8440
Fix typedoc ref
dbkr 336797e
Add method to interface
dbkr af846e7
Merge branch 'develop' into dbkr/sss
dbkr ec83c14
Don't force membership to invite
dbkr a75a263
Merge branch 'develop' into dbkr/sss
dbkr dec2cb0
Missed merge
dbkr 1634b83
Type import
dbkr ebef4cd
Make coverage happier
dbkr ef87316
More test coverage
dbkr 1dc3b4c
Merge branch 'develop' into dbkr/sss
dbkr f1d53cf
Grammar & formatting
dbkr 4ece850
Remove markAllTrackedUsersAsDirty from crypto API
dbkr 60f7bca
Remove I from interface
dbkr 7954040
API doc
dbkr 1d020df
Move Hero definition to room-summary
dbkr cc6ad7f
make comment more specific
dbkr e4527b5
Move internal details into room.ts
dbkr 42099bb
Use terser arrow function syntax
dbkr 38467e6
Move comment to where we do the lookup
dbkr ff25912
Clarify comment
dbkr 26069c9
Add comment
dbkr de7c5ea
Add tsdoc
dbkr 8a26967
more comment
dbkr a7d013f
Remove unrelated changes
dbkr 7028a88
Add docs & make fields optional
dbkr ee0219e
Type import
dbkr eeffb20
Merge branch 'develop' into dbkr/sss
dbkr d55a9ea
Clarify sync versions
dbkr 6ea801b
Make tsdoc comment & add info on when it's used.
dbkr 5a30e34
Rephrase comment
dbkr 8ca0c04
Prettier
dbkr 7506df2
Only fetch member for hero in legacy sync mode
dbkr 7d8aeee
Split out a separate method to set SSS room summary
dbkr 54492a8
Type import
dbkr 793ae01
Make link work
dbkr d793a10
Nope, linter treats it as an unused import
dbkr 7cca95a
Add link the other way
dbkr 085a2d4
Add more detail to doc
dbkr bd6ba39
Remove unnecessary cast
dbkr 7e1eb16
Remove length > 0 check
dbkr 5c44bbb
Doc params
dbkr 5f0b2e3
Remove unnecessary undefined comparison
dbkr 0030998
Put the comparison back
dbkr 707a7f5
Fix comment
dbkr 532d885
Fix comment
dbkr 06b0fd4
Merge branch 'develop' into dbkr/sss
dbkr 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.