Skip to content

Commit

Permalink
Update the SDK. (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Mar 25, 2024
1 parent 92eaa70 commit 7df207c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-2605.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug where the new messages in a room weren't always shown until your re-opened the room.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7df207c

Please sign in to comment.