fix: handling federation conflict when creating MLS conversation (WPB-26348) - #5239
Open
sbakhtiarov wants to merge 1 commit into
Open
fix: handling federation conflict when creating MLS conversation (WPB-26348)#5239sbakhtiarov wants to merge 1 commit into
sbakhtiarov wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5239 +/- ##
===========================================
+ Coverage 52.55% 52.59% +0.04%
===========================================
Files 740 740
Lines 25745 25760 +15
Branches 4224 4227 +3
===========================================
+ Hits 13530 13549 +19
+ Misses 10920 10917 -3
+ Partials 1295 1294 -1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Contributor
Test Results2 637 tests 2 637 ✅ 1m 37s ⏱️ Results for commit 1c69be1. |
Contributor
|
APKs built during tests are available here. Scroll down to Artifacts! |
sbakhtiarov
marked this pull request as ready for review
September 1, 2026 10:08
ohassine
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://wearezeta.atlassian.net/browse/WPB-26348
https://wearezeta.atlassian.net/browse/WPB-26348
What's new in this PR?
Issues
Federation conflicts during initial or retried MLS group creation were not handled consistently, and Discard could close the flow while leaving a pending local conversation.
Solutions
Route initial and retry conflicts to the existing “Conversation can’t be created” dialog. Clear pending creation state, retry local cleanup only when Kalium returns a fallback conversation ID, and close the creation flow only after discard succeeds.