Skip to content

Commit 43f405b

Browse files
committed
Add missing internal docstrings.
1 parent 29c90c4 commit 43f405b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/AblyChat/Events.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,15 @@ internal enum RealtimeMessageName: String, Sendable {
7777
case chatMessage = "chat.message"
7878
}
7979

80+
/// Internal enum representing room reaction event names used in Ably channel messages.
8081
internal enum RoomReactionEvents: String {
82+
/// The event name for room-level reactions.
8183
case reaction = "roomReaction"
8284
}
8385

86+
/// Internal enum representing occupancy event names used in Ably channel metadata.
8487
internal enum OccupancyEvents: String {
88+
/// The metadata event name for occupancy updates.
8589
case meta = "[meta]occupancy"
8690
}
8791

0 commit comments

Comments
 (0)