Skip to content

Commit

Permalink
Removed tmp comment re internal RoomStatus.error property (decided …
Browse files Browse the repository at this point in the history
…to leave it internal in oppose to kotlin where it's public).
  • Loading branch information
maratal committed Dec 10, 2024
1 parent 189ab8c commit 02977da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/AblyChat/RoomStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 02977da

Please sign in to comment.