Skip to content

Commit

Permalink
Merge pull request #162 from ably/fix-batchPresence-signature
Browse files Browse the repository at this point in the history
Fix return type of `batchPresence`
  • Loading branch information
lawrence-forooghian authored Jul 26, 2023
2 parents c2155c5 + 595fdce commit e6f6a59
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 @@ -1806,7 +1806,7 @@ class RestClient: // RSC*
time() => io Time // RSC16
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 RealtimeClient: // RTC*
constructor(keyOrTokenStr: String) // RTC12
Expand Down

0 comments on commit e6f6a59

Please sign in to comment.