mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Bump the RustSDK to v25.02.28
This commit is contained in:
parent
7f6ea1c2ae
commit
15a0c56f35
@ -8526,7 +8526,7 @@
|
|||||||
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
|
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = exactVersion;
|
kind = exactVersion;
|
||||||
version = "25.02.25-2";
|
version = 25.02.28;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
|
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
|
||||||
|
@ -149,8 +149,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
|
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "38b03bc62c9949b1e2652d4de9eb2e85eaf008ed",
|
"revision" : "f42b210c7edce2a58e55f94830d7c19eaec7215a",
|
||||||
"version" : "25.2.25-2"
|
"version" : "25.2.28"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -601,13 +601,13 @@ final class TimelineProxy: TimelineProxyProtocol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private final class RoomPaginationStatusListener: PaginationStatusListener {
|
private final class RoomPaginationStatusListener: PaginationStatusListener {
|
||||||
private let onUpdateClosure: (LiveBackPaginationStatus) -> Void
|
private let onUpdateClosure: (RoomPaginationStatus) -> Void
|
||||||
|
|
||||||
init(_ onUpdateClosure: @escaping (LiveBackPaginationStatus) -> Void) {
|
init(_ onUpdateClosure: @escaping (RoomPaginationStatus) -> Void) {
|
||||||
self.onUpdateClosure = onUpdateClosure
|
self.onUpdateClosure = onUpdateClosure
|
||||||
}
|
}
|
||||||
|
|
||||||
func onUpdate(status: LiveBackPaginationStatus) {
|
func onUpdate(status: RoomPaginationStatus) {
|
||||||
onUpdateClosure(status)
|
onUpdateClosure(status)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ packages:
|
|||||||
# Element/Matrix dependencies
|
# Element/Matrix dependencies
|
||||||
MatrixRustSDK:
|
MatrixRustSDK:
|
||||||
url: https://github.com/element-hq/matrix-rust-components-swift
|
url: https://github.com/element-hq/matrix-rust-components-swift
|
||||||
exactVersion: 25.02.25-2
|
exactVersion: 25.02.28
|
||||||
# path: ../matrix-rust-sdk
|
# path: ../matrix-rust-sdk
|
||||||
Compound:
|
Compound:
|
||||||
url: https://github.com/element-hq/compound-ios
|
url: https://github.com/element-hq/compound-ios
|
||||||
|
Loading…
x
Reference in New Issue
Block a user