Update dependency org.matrix.rustcomponents:sdk-android to v0.1.17 (#576)

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

* Fix breaking changes.

---------

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] 2023-06-12 13:57:55 +02:00 committed by GitHub
parent 02c5f37bb2
commit f997123f2d
2 changed files with 3 additions and 2 deletions

View file

@ -138,7 +138,8 @@ class RustMatrixTimeline(
}
val paginationOptions = PaginationOptions.UntilNumItems(
eventLimit = requestSize.toUShort(),
items = untilNumberOfItems.toUShort()
items = untilNumberOfItems.toUShort(),
waitForToken = true,
)
innerRoom.paginateBackwards(paginationOptions)
}.onFailure {