This commit is contained in:
Mauro Romito 2023-06-30 13:40:24 +02:00 committed by Stefan Ceriu
parent 29cda71b82
commit c5d47378a4
4 changed files with 4 additions and 5 deletions

View File

@ -5099,7 +5099,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "1.0.92-alpha";
version = "1.0.93-alpha";
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {

View File

@ -111,8 +111,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "a8c8e4917ecabf1ce6502057903ecf5f00b79a37",
"version" : "1.0.92-alpha"
"revision" : "40645a27fd55bbe0fa2065a90496fc823f45ff6e",
"version" : "1.0.93-alpha"
}
},
{

View File

@ -409,7 +409,6 @@ class ClientProxy: ClientProxyProtocol {
}
}
let encryptionSync = try client.mainEncryptionSync(id: "Main App", listener: listener)
encryptionSync.reloadCaches()
isEncryptionSyncing = true
encryptionSyncService = encryptionSync
MXLog.info("Encryption sync started for user: \(userID)")

View File

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