From 3b5f879e0df868548a9a457b79b59cd013845254 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 11 May 2023 13:20:45 +0300 Subject: [PATCH] Bump the SDK to 1.0.64-alpha --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../Services/Notification/Proxy/NotificationItemProxy.swift | 2 +- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 24f6d6eae..7128a57ac 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -111,8 +111,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "7fadc676f8fa566c5ab3c7407ed202e0e66a1b3c", - "version" : "1.0.63-alpha" + "revision" : "46570efc173ea6006a13597d262d942319d999fe", + "version" : "1.0.64-alpha" } }, { diff --git a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift index 57bb20d31..c35396ba8 100644 --- a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift +++ b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift @@ -82,7 +82,7 @@ struct NotificationItemProxy: NotificationItemProxyProtocol { } var isEncrypted: Bool { - notificationItem.isEncrypted + notificationItem.isEncrypted ?? false } var senderAvatarMediaSource: MediaSourceProxy? { diff --git a/project.yml b/project.yml index 4f98992f2..46f793cf5 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.63-alpha + exactVersion: 1.0.64-alpha # path: ../matrix-rust-sdk DesignKit: path: DesignKit