-
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) #3208
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/candidate #3208 +/- ##
==================================================
Coverage 54.16% 54.16%
==================================================
Files 1250 1250
Lines 36504 36510 +6
Branches 3699 3699
==================================================
+ Hits 19772 19776 +4
- Misses 15302 15303 +1
- Partials 1430 1431 +1
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3238 Passed, 108 Skipped, 1m 3.5s Total Time |
Co-authored-by: Yamil Medina <[email protected]>
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
.