fix: stabilize message media loading [WPB-18914]#4687
Conversation
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
|
@Garzas looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
@Garzas looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #4687 +/- ##
===========================================
- Coverage 49.77% 49.71% -0.07%
===========================================
Files 600 602 +2
Lines 20588 20610 +22
Branches 3283 3288 +5
===========================================
- Hits 10248 10246 -2
- Misses 9371 9398 +27
+ Partials 969 966 -3
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|


https://wearezeta.atlassian.net/browse/WPB-18914
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Causes (Optional)
MessageDetailsView, so writes to theAssettable could invalidate the message list while the conversation was loading.Solutions
MessageDetailsViewfrom theAssettable and adding a forward DB migration.