-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: Shields not shown in group participants list [WPB-10255] 🍒 🍒 #3286
fix: Shields not shown in group participants list [WPB-10255] 🍒 🍒 #3286
Conversation
Co-authored-by: boris <[email protected]>
…ts_list-cherry-pick-cherry-pick
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3286 +/- ##
===========================================
- Coverage 44.55% 44.55% -0.01%
===========================================
Files 453 453
Lines 15198 15198
Branches 2527 2529 +2
===========================================
- Hits 6772 6771 -1
- Misses 7708 7709 +1
Partials 718 718
Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3286.apk is available for download |
Built wire-android-dev-debug-pr-3286.apk is available for download |
This PR was automatically cherry-picked based on the following PR:
Original PR description:
This PR was automatically cherry-picked based on the following PR:
Original PR description:
What's new in this PR?
Issues
In group participance screen: green shields (E2EI verification) are not shown anymore
Causes (Optional)
Small "if null" mistake in mapping E2EI into "is verified" boolean.
Solutions
Fix it and add tests to cover that case