-
Notifications
You must be signed in to change notification settings - Fork 270
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
Upgrade Sliding Sync to named-lists JSON upgrade #1399
Conversation
f196d60
to
a5356ac
Compare
a5356ac
to
04d80c2
Compare
Codecov ReportBase: 73.10% // Head: 73.58% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1399 +/- ##
==========================================
+ Coverage 73.10% 73.58% +0.48%
==========================================
Files 116 116
Lines 13082 12996 -86
==========================================
Hits 9563 9563
+ Misses 3519 3433 -86
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
04d80c2
to
fb07e31
Compare
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.
Please make sure to use the shasum of the merged commit of the Ruma PR, otherwise just extraneous spaces.
b14696b
to
0e08aa7
Compare
0e08aa7
to
1df9acc
Compare
1df9acc
to
5467206
Compare
Upgrades the sliding sync from index-based views to named views. Additionally provides support for delta-tokens (once they are implemented) and exposes the new additional extensions to be enabled over ffi. Last but not least, it enabled
gzip
onreqwest
for on-the-wire-compression whenever the sliding-sync feature is enabled.Built against ruma/ruma#1460