From 705cb280010ef53495a1edd004e5441c418f4757 Mon Sep 17 00:00:00 2001 From: Alfonso Grillo Date: Wed, 19 Apr 2023 12:43:30 +0200 Subject: [PATCH] Update rust sdk to 1.0.54-alpha (#810) * Update rust sdk to 1.0.54-alpha * Amend SS builder --- ElementX/Sources/Services/Client/ClientProxy.swift | 2 +- project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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