Bump the SDK to v1.0.39

This commit is contained in:
Stefan Ceriu 2024-08-15 18:18:02 +03:00 committed by Stefan Ceriu
parent f89c3e54b4
commit ad13f644c5
4 changed files with 5 additions and 5 deletions

View File

@ -7641,7 +7641,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.0.38;
version = 1.0.39;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

View File

@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "931704646891b7e74e69da9c90fc21382ef82dcd",
"version" : "1.0.38"
"revision" : "cdb8f594bfccf0c867bfa5a194c6972fd32a5502",
"version" : "1.0.39"
}
},
{

View File

@ -241,7 +241,7 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol {
inviterProxy = RoomMemberProxy(member: inviter)
}
let notificationMode = roomInfo.userDefinedNotificationMode.flatMap { RoomNotificationModeProxy.from(roomNotificationMode: $0) }
let notificationMode = roomInfo.cachedUserDefinedNotificationMode.flatMap { RoomNotificationModeProxy.from(roomNotificationMode: $0) }
return RoomSummary(roomListItem: roomListItem,
id: roomInfo.id,

View File

@ -60,7 +60,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 1.0.38
exactVersion: 1.0.39
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios