Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Ford <[email protected]>
  • Loading branch information
ttypic and AndyTWF authored Nov 27, 2024
1 parent 50d76b7 commit 1b15546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ println("End of messages")

In addition to being able to unsubscribe from messages, the return value from `messages.subscribe` also includes the `getPreviousMessages`
method. It can be used to request
historical messages in the chat room that were sent up to the point a that particular listener was subscribed. It returns a
historical messages in the chat room that were sent up to the point that a particular listener was subscribed. It returns a
paginated response that can be used to request for more messages.

```kotlin
Expand Down

0 comments on commit 1b15546

Please sign in to comment.