-
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
Hardcode the sliding sync proxy. #502
Conversation
Generated by 🚫 Danger Swift against 7037891 |
Codecov ReportBase: 40.91% // Head: 41.63% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #502 +/- ##
===========================================
+ Coverage 40.91% 41.63% +0.71%
===========================================
Files 289 289
Lines 16496 16156 -340
Branches 10889 10530 -359
===========================================
- Hits 6749 6726 -23
+ Misses 9440 9157 -283
+ Partials 307 273 -34
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
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.
👌 👌 👌
af59ee4
to
be61fc6
Compare
@stefanceriu be61fc6 adds migrations and bumps the version patch with a migration that signs out the user. |
ac517d1
to
7037891
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR hard codes the sliding sync proxy to the new matrix.org one for the demo. It removes the proxy input field on server selection (as this won't be needed in the future anyway) and disables the server selection button on the login screen (as no other servers are going to work for now anyway).
Merging this PR is blocked until the Rust SDK has been updated to handle the new JSON response format for sliding sync.