Fix a potential bug where the token couldn't be refreshed when the cached server /versions had expired. (#4687)

* Update SDK mocks for UniFFI 0.30.0

* Update the SDK.

* Update the SDK again

Includes a temporary workaround that patches the SDK's generated Swift files so that our tests don't crash:
3f0075fb8a
This commit is contained in:
Doug
2025-11-03 19:09:31 +00:00
committed by GitHub
parent 32edde00de
commit bf533e0572
16 changed files with 1062 additions and 535 deletions

View File

@@ -90,7 +90,7 @@ class RoomSummaryTests: XCTestCase {
// MARK: - Helpers
func makeSummary(isDirect: Bool, isSpace: Bool, hasRoomAvatar: Bool, isTombstoned: Bool) -> RoomSummary {
RoomSummary(room: .init(noPointer: .init()),
RoomSummary(room: .init(noHandle: .init()),
id: roomDetails.id,
joinRequestType: nil,
name: roomDetails.name,