-
Notifications
You must be signed in to change notification settings - Fork 297
feature: send voice message API #2697
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
Conversation
0dae0ae
to
9a1dba4
Compare
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.
You can undo the latest commit now and run cargo update -p ruma-events
instead to get a crates.io version that includes the new constructors.
9a1dba4
to
5b1178d
Compare
Thanks. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2697 +/- ##
==========================================
- Coverage 78.77% 78.72% -0.05%
==========================================
Files 200 200
Lines 20359 20371 +12
==========================================
Hits 16037 16037
- Misses 4322 4334 +12
☔ View full report in Codecov by Sentry. |
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.
woooo voice messages \o/ Gen Z thanks you for your duty.
598f109
to
370356f
Compare
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.
Thanks!
…1562) * Update dependency org.matrix.rustcomponents:sdk-android to v0.1.62 * Add `sendVoiceMessage()` API from matrix-org/matrix-rust-sdk#2697 * Fix other breaking changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Romano <[email protected]>
This PR adds a ffi binding for sending voice messages in the legacy format (before extensible events). It also makes minor changes in the
matrix-sdk
crate to accomodate this change.