feat: support message editing in offline (WPB-25295)#4943
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4943 +/- ##
===========================================
+ Coverage 48.85% 48.86% +0.01%
===========================================
Files 643 643
Lines 23022 23028 +6
Branches 3519 3519
===========================================
+ Hits 11247 11253 +6
Misses 10730 10730
Partials 1045 1045
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
saleniuk
approved these changes
Jun 10, 2026
ohassine
approved these changes
Jun 11, 2026
29e2868 to
4719035
Compare
4719035 to
1f00345
Compare
|
Contributor
|
@sbakhtiarov 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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



https://wearezeta.atlassian.net/browse/WPB-25295
https://wearezeta.atlassian.net/browse/WPB-25295
What's new in this PR?
Allow editing messages when no Internet connection is available.
The following scenarios are covered:
Key changes in app code:
Enable "Edit" menu for pending messages
Key changes in kalium code:
SendEditTextMessageUseCase - support Pending and Regular message edit flows.
EditMessageBuilder - reuse TextEdited message builder between use case and worker.
MessageDAO \ Repository - new updateTextMessage() function to update only the contents without edit status for pending message editing.