mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
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:
parent
debdd08fc1
commit
c9a004ef05
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user