Bump the SDK to 1.0.64-alpha

This commit is contained in:
Stefan Ceriu 2023-05-11 13:20:45 +03:00 committed by Stefan Ceriu
parent a762fdbc69
commit 3b5f879e0d
3 changed files with 4 additions and 4 deletions

View File

@ -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"
}
},
{

View File

@ -82,7 +82,7 @@ struct NotificationItemProxy: NotificationItemProxyProtocol {
}
var isEncrypted: Bool {
notificationItem.isEncrypted
notificationItem.isEncrypted ?? false
}
var senderAvatarMediaSource: MediaSourceProxy? {

View File

@ -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