mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Bump the SDK to v1.0.39
This commit is contained in:
parent
f89c3e54b4
commit
ad13f644c5
@ -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" */ = {
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user