-
Notifications
You must be signed in to change notification settings - Fork 117
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
Native Sliding Sync Discovery #3211
Conversation
Generated by 🚫 Danger Swift against e47e76c |
420be7a
to
0b22144
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3211 +/- ##
===========================================
+ Coverage 77.14% 77.43% +0.28%
===========================================
Files 722 723 +1
Lines 57220 57256 +36
===========================================
+ Hits 44145 44337 +192
+ Misses 13075 12919 -156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
82080f8
to
e47e76c
Compare
Quality Gate passedIssues Measures |
This PR adopts the latest changes in the SDK for Sliding Sync discovery. Changes are as follows:
.simplified
based on the FF any more.Proxy only
is the current type of discoveryAutomatic
will attempt native discovery and fallback to proxy discovery if native SS isn't available.Force Native
will use native SS without any discovery. This is necessary for matrix.org as support isn't advertised without a token that's on the allowlist.