Commit ad13f64 1 parent f89c3e5 commit ad13f64 Copy full SHA for ad13f64
File tree 4 files changed +5
-5
lines changed
ElementX/Sources/Services/Room/RoomSummary
project.xcworkspace/xcshareddata/swiftpm
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7641
7641
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
7642
7642
requirement = {
7643
7643
kind = exactVersion;
7644
- version = 1.0.38 ;
7644
+ version = 1.0.39 ;
7645
7645
};
7646
7646
};
7647
7647
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Original file line number Diff line number Diff line change 149
149
"kind" : "remoteSourceControl",
150
150
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
151
151
"state" : {
152
- "revision" : "931704646891b7e74e69da9c90fc21382ef82dcd ",
153
- "version" : "1.0.38 "
152
+ "revision" : "cdb8f594bfccf0c867bfa5a194c6972fd32a5502 ",
153
+ "version" : "1.0.39 "
154
154
}
155
155
},
156
156
{
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol {
241
241
inviterProxy = RoomMemberProxy ( member: inviter)
242
242
}
243
243
244
- let notificationMode = roomInfo. userDefinedNotificationMode . flatMap { RoomNotificationModeProxy . from ( roomNotificationMode: $0) }
244
+ let notificationMode = roomInfo. cachedUserDefinedNotificationMode . flatMap { RoomNotificationModeProxy . from ( roomNotificationMode: $0) }
245
245
246
246
return RoomSummary ( roomListItem: roomListItem,
247
247
id: roomInfo. id,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ packages:
60
60
# Element/Matrix dependencies
61
61
MatrixRustSDK :
62
62
url : https://github.com/element-hq/matrix-rust-components-swift
63
- exactVersion : 1.0.38
63
+ exactVersion : 1.0.39
64
64
# path: ../matrix-rust-sdk
65
65
Compound :
66
66
url : https://github.com/element-hq/compound-ios
You can’t perform that action at this time.
0 commit comments