fix: starting conversation with user without clients (WPB-18997) - #5190
Open
sbakhtiarov wants to merge 1 commit into
Open
fix: starting conversation with user without clients (WPB-18997)#5190sbakhtiarov wants to merge 1 commit into
sbakhtiarov wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5190 +/- ##
========================================
Coverage 52.26% 52.27%
========================================
Files 668 668
Lines 23913 23916 +3
Branches 3943 3944 +1
========================================
+ Hits 12499 12502 +3
Misses 10253 10253
Partials 1161 1161
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Contributor
Contributor
|
APKs built during tests are available here. Scroll down to Artifacts! |
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-18997
https://wearezeta.atlassian.net/browse/WPB-18997
What's new in this PR?
Issues
Android client allows creating 1:1 conversation with the user without clients (e.g. never logged in wire app).
Solutions
Using new use case introduced in wireapp/kalium#4404 to resolve one-on-one conversations correctly.