mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Bump the RustSDK to v1.0.92-alpha
This commit is contained in:
parent
b1dc20e55c
commit
4e7d05d4b8
@ -5099,7 +5099,7 @@
|
||||
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = "1.0.91-alpha";
|
||||
version = "1.0.92-alpha";
|
||||
};
|
||||
};
|
||||
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
|
||||
|
@ -111,8 +111,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
|
||||
"state" : {
|
||||
"revision" : "51c57a8c6c0d05fcaa249226e8e2a9df6e21e7cf",
|
||||
"version" : "1.0.91-alpha"
|
||||
"revision" : "a8c8e4917ecabf1ce6502057903ecf5f00b79a37",
|
||||
"version" : "1.0.92-alpha"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -58,7 +58,7 @@ class RoomProxy: RoomProxyProtocol {
|
||||
|
||||
init(roomListItem: RoomListItemProtocol,
|
||||
room: RoomProtocol,
|
||||
backgroundTaskService: BackgroundTaskServiceProtocol) {
|
||||
backgroundTaskService: BackgroundTaskServiceProtocol) async {
|
||||
self.roomListItem = roomListItem
|
||||
self.room = room
|
||||
self.backgroundTaskService = backgroundTaskService
|
||||
@ -77,7 +77,7 @@ class RoomProxy: RoomProxyProtocol {
|
||||
|
||||
self.timelineListener = timelineListener
|
||||
|
||||
let result = room.addTimelineListener(listener: timelineListener)
|
||||
let result = await room.addTimelineListener(listener: timelineListener)
|
||||
roomTimelineObservationToken = result.itemsStream
|
||||
|
||||
innerTimelineProvider = RoomTimelineProvider(currentItems: result.items, updatePublisher: updatesPublisher)
|
||||
|
@ -44,7 +44,7 @@ include:
|
||||
packages:
|
||||
MatrixRustSDK:
|
||||
url: https://github.com/matrix-org/matrix-rust-components-swift
|
||||
exactVersion: 1.0.91-alpha
|
||||
exactVersion: 1.0.92-alpha
|
||||
# path: ../matrix-rust-sdk
|
||||
DesignKit:
|
||||
path: DesignKit
|
||||
|
Loading…
x
Reference in New Issue
Block a user