diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 1968cd1b7..5e1d2e0c9 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -8526,7 +8526,7 @@ repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = "25.02.25-2"; + version = 25.02.28; }; }; 701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b7bcda4e5..6b7644265 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -149,8 +149,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/matrix-rust-components-swift", "state" : { - "revision" : "38b03bc62c9949b1e2652d4de9eb2e85eaf008ed", - "version" : "25.2.25-2" + "revision" : "f42b210c7edce2a58e55f94830d7c19eaec7215a", + "version" : "25.2.28" } }, { diff --git a/ElementX/Sources/Services/Timeline/TimelineProxy.swift b/ElementX/Sources/Services/Timeline/TimelineProxy.swift index 750f3a72e..086454cb9 100644 --- a/ElementX/Sources/Services/Timeline/TimelineProxy.swift +++ b/ElementX/Sources/Services/Timeline/TimelineProxy.swift @@ -601,13 +601,13 @@ final class TimelineProxy: TimelineProxyProtocol { } 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 } - func onUpdate(status: LiveBackPaginationStatus) { + func onUpdate(status: RoomPaginationStatus) { onUpdateClosure(status) } } diff --git a/project.yml b/project.yml index e69836b6e..4444a79d3 100644 --- a/project.yml +++ b/project.yml @@ -59,7 +59,7 @@ packages: # Element/Matrix dependencies MatrixRustSDK: url: https://github.com/element-hq/matrix-rust-components-swift - exactVersion: 25.02.25-2 + exactVersion: 25.02.28 # path: ../matrix-rust-sdk Compound: url: https://github.com/element-hq/compound-ios