-
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: persist mls conversation when mls disabled [WPB-15149] 🍒 #3209
Conversation
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3209 +/- ##
========================================
Coverage 54.13% 54.13%
========================================
Files 1264 1264
Lines 36833 36837 +4
Branches 3738 3735 -3
========================================
+ Hits 19938 19941 +3
- Misses 15453 15458 +5
+ Partials 1442 1438 -4
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3273 Passed, 108 Skipped, 1m 4.08s 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
MLS conversations was not saved if MLS was disabled, causing further message migration fail.
Solutions
Instead of not saving MLS conversations we save them but with
GroupState.PENDING_JOIN
state to trigger migration when MLS will be enabled