Update dependency org.matrix.rustcomponents:sdk-android to v0.2.60 (#3827)

* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.60

* Fix SDK API breaks:

- Map new `QueueWedgeError` cases.
- Add `MediaUploadOnSendQueue` feature flag enabled on debug and nightly builds: this will by used by `Timeline.send*` media functions fot its new `useSendQueue` parameter.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot] 2024-11-07 15:25:55 +01:00 committed by GitHub
parent 2386350abb
commit a6fedbafbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 61 additions and 16 deletions

View file

@ -34,6 +34,10 @@ sealed interface LocalEventSendState {
*/
val users: List<UserId>
) : VerifiedUser
data class InvalidMimeType(val mimeType: String) : Failed
data object MissingMediaContent : Failed
}
data class Sent(