Skip to content

Commit ad13f64

Browse files
committed
Bump the SDK to v1.0.39
1 parent f89c3e5 commit ad13f64

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ElementX.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7641,7 +7641,7 @@
76417641
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
76427642
requirement = {
76437643
kind = exactVersion;
7644-
version = 1.0.38;
7644+
version = 1.0.39;
76457645
};
76467646
};
76477647
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"kind" : "remoteSourceControl",
150150
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
151151
"state" : {
152-
"revision" : "931704646891b7e74e69da9c90fc21382ef82dcd",
153-
"version" : "1.0.38"
152+
"revision" : "cdb8f594bfccf0c867bfa5a194c6972fd32a5502",
153+
"version" : "1.0.39"
154154
}
155155
},
156156
{

ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol {
241241
inviterProxy = RoomMemberProxy(member: inviter)
242242
}
243243

244-
let notificationMode = roomInfo.userDefinedNotificationMode.flatMap { RoomNotificationModeProxy.from(roomNotificationMode: $0) }
244+
let notificationMode = roomInfo.cachedUserDefinedNotificationMode.flatMap { RoomNotificationModeProxy.from(roomNotificationMode: $0) }
245245

246246
return RoomSummary(roomListItem: roomListItem,
247247
id: roomInfo.id,

project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
# Element/Matrix dependencies
6161
MatrixRustSDK:
6262
url: https://github.com/element-hq/matrix-rust-components-swift
63-
exactVersion: 1.0.38
63+
exactVersion: 1.0.39
6464
# path: ../matrix-rust-sdk
6565
Compound:
6666
url: https://github.com/element-hq/compound-ios

0 commit comments

Comments
 (0)