Skip to content

Commit

Permalink
Merge pull request #230 from ably/chat/room-release-delete-CHA-RL3c
Browse files Browse the repository at this point in the history
[Chat][Room-Release] Remove CHA-RL3c
  • Loading branch information
sacOO7 authored Nov 22, 2024
2 parents b342115 + eea5a03 commit 3ae55b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textile/chat-features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ h4(#rooms-lifecycle-operations). Room Lifecycle Operations
** @(CHA-RL3a)@ @[Testable]@ If the room is already in the @RELEASED@ status, this operation is no-op.
** @(CHA-RL3b)@ @[Testable]@ If the room is in the @DETACHED@ status, then the room is immediately transitioned to @RELEASED@ and the operation succeeds.
** @(CHA-RL3j)@ @[Testable]@ If the room is in the @INITIALIZED@ status, then the room is immediately transitioned to @RELEASED@ and the operation succeeds.
** @(CHA-RL3c)@ @[Testable]@ If the room is in the @RELEASING@ status, then the operation will return the result of the pending @release@ operation, or throw any exception that it throws.
** @(CHA-RL3c)@ This specification point has been removed.
** @(CHA-RL3i)@ This specification point has been removed.
** @(CHA-RL3l)@ @[Testable]@ When the release operation commences, the room will transition into the @RELEASING@ status and any transient disconnect timeouts shall be cleared.
** @(CHA-RL3d)@ @[Testable]@ All features channels must be detached in sequence.
Expand Down

0 comments on commit 3ae55b3

Please sign in to comment.