-
Notifications
You must be signed in to change notification settings - Fork 6
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: update common protocol resolution (WPB-15191) 🍒 #3210
fix: update common protocol resolution (WPB-15191) 🍒 #3210
Conversation
Quality Gate passedIssues Measures |
Test Results3 375 tests - 3 3 268 ✅ - 3 5m 49s ⏱️ -24s Results for commit a5e6c38. ± Comparison against base commit 1adf523. This pull request removes 3 tests.
♻️ This comment has been updated with latest results. |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3210 +/- ##
========================================
Coverage 54.10% 54.11%
========================================
Files 1264 1264
Lines 36802 36806 +4
Branches 3735 3735
========================================
+ Hits 19913 19917 +4
Misses 15449 15449
Partials 1440 1440
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3268 Passed, 107 Skipped, 1m 3.74s Total Time |
This PR was automatically cherry-picked based on the following PR:
Original PR description:
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Resolving protocol for 1:1 was incorrectly taking in consideration teamDefault Protocol
Causes (Optional)
When the migration to MLS is not completed, and I have still valid Proteus clients around. The resolution of these conversations, new or existing, was not possible.
Solutions
Since this was introduced for another bug, that now we are taking care by creating the MLS client at the right moment.
We roll back those lines, see.
fix(mls): respect default protocol in one-on-one conversation initialisation (WPB-8975) 🍒 🍒 #2787
GitHub link to other pull request
Testing
Test Coverage (Optional)
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
.