Skip to content

Commit

Permalink
Remove mention of now-resolved issue
Browse files Browse the repository at this point in the history
Should have done this in 25e5052; as mentioned there, the work described
by the TODO will be done when we integrate the room lifecycle manager
into the rest of the SDK in #47.
  • Loading branch information
lawrence-forooghian committed Oct 2, 2024
1 parent 7059ef1 commit 528455e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/AblyChat/RoomStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public struct RoomStatusChange: Sendable {

internal actor DefaultRoomStatus: RoomStatus {
internal private(set) var current: RoomLifecycle = .initialized
// TODO: populate this (https://github.com/ably-labs/ably-chat-swift/issues/28)
internal private(set) var error: ARTErrorInfo?

private let logger: InternalLogger
Expand Down

0 comments on commit 528455e

Please sign in to comment.