From 02977daf814e783a6b8fc38616d8ddc3d30a0241 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Tue, 10 Dec 2024 16:44:39 +0100 Subject: [PATCH] Removed tmp comment re internal `RoomStatus.error` property (decided to leave it internal in oppose to kotlin where it's public). --- Sources/AblyChat/RoomStatus.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/AblyChat/RoomStatus.swift b/Sources/AblyChat/RoomStatus.swift index c609d51..7d93401 100644 --- a/Sources/AblyChat/RoomStatus.swift +++ b/Sources/AblyChat/RoomStatus.swift @@ -49,9 +49,6 @@ public enum RoomStatus: Sendable, Equatable { */ case released - // TODO: remove this tmp comment: - // Why is it not in `RoomStatusChange` as public, as it is in JS? - // https://github.com/ably/ably-chat-js/blob/main/src/core/room-status.ts#L80 internal var error: ARTErrorInfo? { switch self { case let .attaching(error):