Skip to content

Commit

Permalink
feat: Release Realtime 2.10.0 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecabaco authored Jun 25, 2024
1 parent 0a869c6 commit 4f534f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ channel.subscribe(async (status) => {

- Setting `ack` to `true` means that the `channel.send` promise will resolve once server replies with acknowledgement that it received the broadcast message request.
- Setting `self` to `true` means that the client will receive the broadcast message it sent out.
- Setting `private` to `true` means that the client will use RLS to determine if the user can connect or not to a given channel.

## Presence

Expand Down

0 comments on commit 4f534f8

Please sign in to comment.