Update rust sdk to 1.0.54-alpha (#810)

* Update rust sdk to 1.0.54-alpha

* Amend SS builder
This commit is contained in:
Alfonso Grillo 2023-04-19 12:43:30 +02:00 committed by GitHub
parent debdd08fc1
commit c9a004ef05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ class ClientProxy: ClientProxyProtocol {
let slidingSync = try slidingSyncBuilder
.addList(v: visibleRoomsSlidingSyncView)
.withCommonExtensions()
.coldCache(name: "ElementX")
.storageKey(name: "ElementX")
.build()
// Don't forget to update the view proxies after building the slidingSync

View File

@ -42,7 +42,7 @@ include:
packages:
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 1.0.53-alpha
exactVersion: 1.0.54-alpha
# path: ../matrix-rust-sdk
DesignKit:
path: DesignKit