From b27cf0eb66de330f007d165a76f008439f8c0997 Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 25 Mar 2024 15:22:13 +0000 Subject: [PATCH 1/2] Update the SDK. --- ElementX.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- project.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 6bb818c8a2..b4b9cba1ed 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7160,7 +7160,7 @@ repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = 1.1.52; + version = 1.1.53; }; }; 821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 437ee9a4e0..e7185fbbd3 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -130,8 +130,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "2ff6c2a4dd9340051a93ba3d0a25536d9eb20090", - "version" : "1.1.52" + "revision" : "e7c6a0e87327bb2848c84bc15a6db6cb68d97f83", + "version" : "1.1.53" } }, { @@ -263,7 +263,7 @@ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", - "location" : "https://github.com/siteline/SwiftUI-Introspect.git", + "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { "revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290", "version" : "0.9.2" diff --git a/project.yml b/project.yml index 503431eb71..d1a7a56323 100644 --- a/project.yml +++ b/project.yml @@ -48,7 +48,7 @@ packages: # Element/Matrix dependencies MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.1.52 + exactVersion: 1.1.53 # path: ../matrix-rust-sdk Compound: url: https://github.com/element-hq/compound-ios From 8c8cfdcac9544422871d0a3b1252f53d38299df9 Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 25 Mar 2024 15:24:48 +0000 Subject: [PATCH 2/2] Changelog. --- changelog.d/pr-2605.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/pr-2605.bugfix diff --git a/changelog.d/pr-2605.bugfix b/changelog.d/pr-2605.bugfix new file mode 100644 index 0000000000..3e4b85ebe4 --- /dev/null +++ b/changelog.d/pr-2605.bugfix @@ -0,0 +1 @@ +Fix a bug where the new messages in a room weren't always shown until your re-opened the room. \ No newline at end of file