Skip to content

Commit

Permalink
Fix signature of RealtimeClient#batchPresence
Browse files Browse the repository at this point in the history
Oops, I missed this in 595fdce.
  • Loading branch information
lawrence-forooghian committed Aug 1, 2023
1 parent eb67d06 commit 18ef967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ class RealtimeClient: // RTC*
time() => io Time // RTC6
batchPublish(BatchPublishSpec) => io BatchResult<BatchPublishSuccessResult | BatchPublishFailureResult> // RSC22
batchPublish(BatchPublishSpec[]) => io BatchResult<BatchPublishSuccessResult | BatchPublishFailureResult>[] // RSC22
batchPresence(string[]) => io BatchResult<BatchPresenceSuccessResult | BatchPresenceFailureResult>[] // RSC23
batchPresence(string[]) => io BatchResult<BatchPresenceSuccessResult | BatchPresenceFailureResult> // RSC23

class ClientOptions: // TO*
embeds AuthOptions // This is not currently documented in the spec and needs to be – see https://github.com/ably/docs/issues/1476
Expand Down

0 comments on commit 18ef967

Please sign in to comment.