fix: use content resolver for sending audio messages (WPB-17546)#4017
fix: use content resolver for sending audio messages (WPB-17546)#4017yamilmedina merged 1 commit intodevelopfrom
Conversation
|
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #4017 +/- ##
===========================================
- Coverage 46.01% 46.01% -0.01%
===========================================
Files 520 520
Lines 18119 18120 +1
Branches 3046 3046
===========================================
Hits 8338 8338
- Misses 8916 8917 +1
Partials 865 865
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Built wire-android-staging-compat-pr-4017.apk is available for download |
|
Built wire-android-dev-debug-pr-4017.apk is available for download |



PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
When implementing the restrictions on file usage, audio messages were using direct access.
Causes (Optional)
Not able to send audio messages
Solutions
Use content schema instead of file for sending audio messages, the same as it is currently for other attachments.
Testing
Test Coverage (Optional)
How to Test
Sending audio messages should work
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.