-
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
feat: Include legal hold flag when sending/receiving messages (WPB-5442) #2279
Conversation
…ation_table' into add_legal_hold_status_to_conversation_table
…clude_legal_hold_flag
Test Results1 901 tests - 784 1 871 ✔️ - 710 16s ⏱️ - 2m 38s Results for commit f83f78d. ± Comparison against base commit 4e75095. This pull request removes 2685 and adds 1901 tests. Note that renamed tests count towards both.
This pull request removes 104 skipped tests and adds 30 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2279 +/- ##
=============================================
+ Coverage 57.93% 58.53% +0.60%
Complexity 21 21
=============================================
Files 1093 1093
Lines 41440 41492 +52
Branches 3826 3840 +14
=============================================
+ Hits 24007 24287 +280
+ Misses 15820 15579 -241
- Partials 1613 1626 +13
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
…_flag # Conflicts: # logic/src/commonMain/kotlin/com/wire/kalium/logic/data/conversation/Conversation.kt # logic/src/commonMain/kotlin/com/wire/kalium/logic/data/web/WebMappers.kt
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.
isn't better with this much of todos merge it in an epic branch then merge that branch to develop all at once?
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Description
For these types of messages Text, Asset, Knock, Location, Reaction and Composite a flag of legal hold status should be included in the message.
I am adding in this PR this status to message object, so we can send/receive messages with correct legal hold status
Next PRs will be for getting correct legal hold status from DB when sending a message and updating received legal hold status in conversation table
PS: This PR should be review after #2276 as it contains some changes from it.
Needs releases with:
Testing
Test Coverage (Optional)
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
.