diff --git a/ElementX/Sources/Services/Client/ClientProxy.swift b/ElementX/Sources/Services/Client/ClientProxy.swift index dec06ac80..a823a42f1 100644 --- a/ElementX/Sources/Services/Client/ClientProxy.swift +++ b/ElementX/Sources/Services/Client/ClientProxy.swift @@ -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 diff --git a/project.yml b/project.yml index 6653ca4dd..62fb54825 100644 --- a/project.yml +++ b/project.yml @@ -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