Skip to content

Commit

Permalink
updated sdk to 1.0.82 (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Dec 17, 2024
1 parent 1496d47 commit 2b82b94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8419,7 +8419,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.0.81;
version = 1.0.82;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "7c3d3abd370bd416c435790dc0c76999e018529b",
"version" : "1.0.81"
"revision" : "043fcb8c80bbb6257f3f2075f2a72b8c9fdcbed2",
"version" : "1.0.82"
}
},
{
Expand Down
3 changes: 3 additions & 0 deletions ElementX/Sources/Services/Client/ClientProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,9 @@ class ClientProxy: ClientProxyProtocol {
return .joined(roomProxy)
case .left:
return .left
case .banned:
// TODO: Implement a `bannedRoomProxy` and/or `.banned` case
return .left
}
} catch {
MXLog.error("Failed retrieving room: \(roomID), with error: \(error)")
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 1.0.81
exactVersion: 1.0.82
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios
Expand Down

0 comments on commit 2b82b94

Please sign in to comment.