-
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-migration): set correct CS when Kalium start migration (WPB-9638) #2812
fix(mls-migration): set correct CS when Kalium start migration (WPB-9638) #2812
Conversation
* feat: use case to send button action confirmations (WPB-2633) * Fixed issue with domain of button sender
* feat: testservice can send poll message buttons (WPB-2633) (#2377) * feat: testservice can send poll message buttons (WPB-2633) * Remove not needed nullable & check for parameter * Add test for button change * Use specific use case for composite message * Revert change in SendTextMessageUseCase --------- Co-authored-by: Mojtaba Chenani <[email protected]> * fix: Solved merge conflict that removed PR 2393 and 2377 * feat: use case to send button action confirmations (WPB-2633) * Fixed issue with domain of button sender --------- Co-authored-by: Mojtaba Chenani <[email protected]>
Co-authored-by: Mohamad Jaara <[email protected]>
…when-kalium-start-migration
Quality Gate passedIssues Measures |
@@ -619,6 +620,7 @@ internal class MLSConversationDataSource( | |||
externalSenders: ByteArray, | |||
allowPartialMemberList: Boolean = false, | |||
): Either<CoreFailure, MLSAdditionResult> = withContext(serialDispatcher) { | |||
kaliumLogger.d("establish MLS group: $groupID") |
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.
is it fine to log the full group id here ?
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.
yes. there is no harm in it. hmm, but I can remove it if we want.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## testservice-release-cycle-4.6 #2812 +/- ##
================================================================
Coverage ? 58.39%
Complexity ? 7
================================================================
Files ? 1187
Lines ? 46713
Branches ? 4431
================================================================
Hits ? 27278
Misses ? 17452
Partials ? 1983
Continue to review full report in Codecov by Sentry.
|
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 2 Passed Test Services
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
When Android/Kalium starts the migration flow, we actually creating the MLS Conversation, and due to the agreement that the BE will not set the Correct CS in the Create Conversation Response, we need to ignore that value; in the normal conversation creation this was considered, but not in the migration flow.
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
.