-
Notifications
You must be signed in to change notification settings - Fork 296
Multi accounts - experimental first implementation #5285
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
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
137d98b
to
cea6001
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #5285 +/- ##
===========================================
+ Coverage 80.89% 80.98% +0.08%
===========================================
Files 2296 2304 +8
Lines 62659 63013 +354
Branches 7933 7975 +42
===========================================
+ Hits 50690 51029 +339
+ Misses 9055 9051 -4
- Partials 2914 2933 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Else when 1 of many accounts is removed, the analytics opt in screen is displayed again.
It allows having the cached data (user display name and avatar) when starting the application when no network is available.
Also do not restore the last session as a fallback, it can lead to error in a multi account context, or even when a ghost pusher send a Push.
…ching between accounts.
This reverts commit e409630.
This reverts commit 883b1f3.
…hen switching between accounts." This reverts commit 9c698ff.
|
Content
Add ability to connect to several accounts at the same time. The feature is behind a feature flag.
Warning: the feature must be considered as unstable, and the core team will not have time to fix reported issues right now. In particular, some session verification issue have been observed and not investigated yet.
What is working:
Motivation and context
Partially implements #190
Screenshots / GIFs
Tests
Tested devices
Checklist