-
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: Update legal hold status on message receive (WPB-5442) #2286
feat: Update legal hold status on message receive (WPB-5442) #2286
Conversation
…ation_table' into add_legal_hold_status_to_conversation_table
…clude_legal_hold_flag
…ation_table' into include_legal_hold_flag
…_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
…clude_legal_hold_flag
This reverts commit ef75642.
Test Results1 901 tests - 793 1 896 ✔️ - 694 10s ⏱️ - 2m 39s Results for commit 47508c9. ± Comparison against base commit ab83fea. This pull request removes 2694 and adds 1901 tests. Note that renamed tests count towards both.
This pull request removes 104 skipped tests and adds 5 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 #2286 +/- ##
=============================================
+ Coverage 58.35% 58.37% +0.01%
Complexity 21 21
=============================================
Files 1094 1094
Lines 41756 41764 +8
Branches 3881 3881
=============================================
+ Hits 24368 24380 +12
+ Misses 15749 15746 -3
+ Partials 1639 1638 -1
... and 3 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
|
# Conflicts: # logic/src/commonMain/kotlin/com/wire/kalium/logic/data/message/ProtoContentMapper.kt # logic/src/commonMain/kotlin/com/wire/kalium/logic/sync/receiver/conversation/message/NewMessageEventHandler.kt # logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/conversation/message/NewMessageEventHandlerTest.kt
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Description
When we receive a new message, we need to get the legal hold status and update the conversation with this new value
#2279 needs to be reviewed before this one as there is some changes from it here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
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
.