Update dependency org.matrix.rustcomponents:sdk-android to v26.05.20 (#6831)

* Update dependency org.matrix.rustcomponents:sdk-android to v26.05.20

* Fix API breaks:

- Handle new `ClientBuildException.InvalidRawKey` variant.
- `RoomInfo` now has a `fullyReadEventId` .

---------

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] 2026-05-21 12:27:29 +02:00 committed by GitHub
parent 989201eb68
commit 7e42dd1529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 15 additions and 1 deletions

View file

@ -79,6 +79,7 @@ data class RoomInfo(
val privilegedCreatorRole: Boolean,
val isLowPriority: Boolean,
val activeCallIntentConsensus: CallIntentConsensus,
val fullyReadEventId: EventId?,
) {
val aliases: List<RoomAlias>
get() = listOfNotNull(canonicalAlias) + alternativeAliases