mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Update the SDK. (#2605)
This commit is contained in:
parent
92eaa7075a
commit
7df207c4eb
@ -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" */ = {
|
||||
|
@ -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"
|
||||
|
1
changelog.d/pr-2605.bugfix
Normal file
1
changelog.d/pr-2605.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix a bug where the new messages in a room weren't always shown until your re-opened the room.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user