mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Bump the SDK to 1.0.64-alpha
This commit is contained in:
parent
a762fdbc69
commit
3b5f879e0d
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -82,7 +82,7 @@ struct NotificationItemProxy: NotificationItemProxyProtocol {
|
||||
}
|
||||
|
||||
var isEncrypted: Bool {
|
||||
notificationItem.isEncrypted
|
||||
notificationItem.isEncrypted ?? false
|
||||
}
|
||||
|
||||
var senderAvatarMediaSource: MediaSourceProxy? {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user