Update the SDK. (#5081)

This commit is contained in:
Doug
2026-02-10 13:12:16 +00:00
committed by GitHub
parent 3a499e44eb
commit cf3920b8e5
5 changed files with 9 additions and 9 deletions

View File

@@ -9835,7 +9835,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 26.02.03;
version = 26.02.10;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

View File

@@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "a31fcfe93d38f37ce59695648d176c2f676edb62",
"version" : "26.2.3"
"revision" : "b4a065799c4b73d3c7c345ab13e701344568bd91",
"version" : "26.2.10"
}
},
{

View File

@@ -218,7 +218,7 @@ class JoinedRoomProxy: JoinedRoomProxyProtocol {
case .live: .live(hideThreadedEvents: false)
case .eventID(let eventID): .event(eventId: eventID, numContextEvents: 100, threadMode: .automatic(hideThreadedEvents: false))
case .thread(let eventID): .thread(rootEventId: eventID)
case .pinned: .pinnedEvents(maxEventsToLoad: 100, maxConcurrentRequests: 10)
case .pinned: .pinnedEvents
}
let rustMessageTypes: [MatrixRustSDK.RoomMessageEventMessageType] = allowedMessageTypes.map {
@@ -261,7 +261,7 @@ class JoinedRoomProxy: JoinedRoomProxyProtocol {
}
do {
let sdkTimeline = try await room.timelineWithConfiguration(configuration: .init(focus: .pinnedEvents(maxEventsToLoad: 100, maxConcurrentRequests: 10),
let sdkTimeline = try await room.timelineWithConfiguration(configuration: .init(focus: .pinnedEvents,
filter: .all,
internalIdPrefix: nil,
dateDividerMode: .daily,

View File

@@ -1,5 +1,5 @@
{
"originHash" : "ef4c8dd879ab71e7b86c9acb2ca8553c28ad37193014cec9199f0c0f5fd14b41",
"originHash" : "9ad9b7de4b8539442c6bbc918a26130ff2c685c4a9d5596bdaf021e33cd45c6c",
"pins" : [
{
"identity" : "swift-argument-parser",
@@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/Yams",
"state" : {
"revision" : "51b5127c7fb6ffac106ad6d199aaa33c5024895f",
"version" : "6.2.0"
"revision" : "deaf82e867fa2cbd3cd865978b079bfcf384ac28",
"version" : "6.2.1"
}
}
],

View File

@@ -73,7 +73,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 26.02.03
exactVersion: 26.02.10
# path: ../matrix-rust-sdk
Compound:
path: compound-ios