Skip to content

Commit d1ba357

Browse files
authored
Merge pull request #354 from ably/fix-cha-o4g-typo
chat: fix typo in CHA-O4g
2 parents 84faabe + 84cdf83 commit d1ba357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textile/chat-features.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ the overhead of having everyone in presence.
631631
** @(CHA-O4c)@ This specification point has been removed. It was valid until the V1 API Review.
632632
** @(CHA-O4f)@ @[Testable]@ When a regular occupancy event is received on the channel (a standard PubSub occupancy event per the docs), the SDK will convert it into "occupancy event V2":#chat-structs-occupancy-event-v2 format, with type @OccupancyEventType.Updated@, and broadcast it to subscribers.
633633
** @(CHA-O4d)@ @[Testable]@ This specification point has been removed. It was valid until the introduction of CHADR-108.
634-
** @(CHA-O4g)@ @[Testable]@ If an invalid occupancy event is received from the channel, or is incomplete, then an event must be omitted but the values shall be 0.
634+
** @(CHA-O4g)@ @[Testable]@ If an invalid occupancy event is received from the channel, or is incomplete, then an event must be emitted but the values shall be 0.
635635
* @(CHA-O5)@ This specification point has been removed. It was valid up until the single-channel migration.
636636
* @(CHA-O6)@ Enabling occupancy events causes extra messages to be received by the client. Therefore, whether to receive these messages shall be user-configurable.
637637
** @(CHA-O6a)@ @[Testable]@ If @occupancy.enableEvents@ is set to @true@, then the client shall set the @options.params.occupancy@ channel parameter to @"metrics"@ on the underlying realtime channel per @CHA-RC3@.

0 commit comments

Comments
 (0)