-
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(mls): respect default protocol in one-on-one conversation initialisation (WPB-8975) 🍒 #2769
fix(mls): respect default protocol in one-on-one conversation initialisation (WPB-8975) 🍒 #2769
Conversation
…-1on1-initialisation-cherry-pick
...src/commonTest/kotlin/com/wire/kalium/logic/feature/protocol/OneOnOneProtocolSelectorTest.kt
Outdated
Show resolved
Hide resolved
.../src/commonTest/kotlin/com/wire/kalium/logic/feature/mlsmigration/MLSMigrationManagerTest.kt
Outdated
Show resolved
Hide resolved
.../src/commonTest/kotlin/com/wire/kalium/logic/feature/mlsmigration/MLSMigrationManagerTest.kt
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Datadog ReportBranch report: ✅ 0 Failed, 2954 Passed, 105 Skipped, 12.14s Total Time |
@@ -73,7 +73,7 @@ internal class MLSMigrationManagerImpl( | |||
incrementalSyncRepository.incrementalSyncState.collect { syncState -> | |||
ensureActive() | |||
if (syncState is IncrementalSyncStatus.Live && | |||
featureSupport.isMLSSupported && | |||
isMLSEnabledUseCase() && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isMLSEnabledUseCase() && | |
isMLSEnabled() && |
Just a tiny change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the note, I'm afraid if I change it now; then in other cherrypicks gonna create other issues!
…isation (WPB-8975) 🍒 (#2769) * Commit with unresolved merge conflicts * trigger CI * fix tests to match candidate changes --------- Co-authored-by: Mojtaba Chenani <[email protected]>
…isation (WPB-8975) 🍒 (#2769) (#2787) * Commit with unresolved merge conflicts * trigger CI * fix tests to match candidate changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mojtaba Chenani <[email protected]> Co-authored-by: Vitor Hugo Schwaab <[email protected]>
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?
Causes (Optional)
Testing
Test Coverage (Optional)
How to Test
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
.