feat: ensure MLS is established when joining meeting [WPB-25677] - #5114
feat: ensure MLS is established when joining meeting [WPB-25677]#5114saleniuk wants to merge 7 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5114 +/- ##
===========================================
+ Coverage 50.16% 50.27% +0.11%
===========================================
Files 666 666
Lines 24394 24410 +16
Branches 3777 3778 +1
===========================================
+ Hits 12237 12273 +36
+ Misses 11039 11019 -20
Partials 1118 1118
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Test Results2 177 tests 2 177 ✅ 1m 50s ⏱️ Results for commit 1400307. ♻️ This comment has been updated with latest results. |
|
APKs built during tests are available here. Scroll down to Artifacts! |
…tablished-for-meeting # Conflicts: # app/src/main/kotlin/com/wire/android/di/accountScoped/MeetingModule.kt # features/meetings/src/main/res/values/strings.xml
|
APKs built during tests are available here. Scroll down to Artifacts! |
…tablished-for-meeting
|
APKs built during tests are available here. Scroll down to Artifacts! |
…tablished-for-meeting
|
APKs built during tests are available here. Scroll down to Artifacts! |
https://wearezeta.atlassian.net/browse/WPB-25677
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Logic for making sure that the meeting's underlying MLS conversation has already established MLS group.
Dependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Open dev-debug build, go to "meetings" tab, you need to have a meeting with a conversation that doesn't have MLS group established yet and try to join that meeting when it's ongoing.
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.