Skip to content

Commit 22eec52

Browse files
authored
Remove beta label from private encrypted channel docs (#267)
* Remove beta label from private encrypted channel docs
1 parent c1214f8 commit 22eec52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ What else would you want? Head over to one of our example apps:
4444
- [Subscribing to channels](#subscribing)
4545
- [Public channels](#public-channels)
4646
- [Private channels](#private-channels)
47-
- [Private encrypted channels [BETA]](#private-encrypted-channels-beta)
47+
- [Private encrypted channels](#private-encrypted-channels)
4848
- [Presence channels](#presence-channels)
4949
- [Binding to events](#binding-to-events)
5050
- [Per-channel](#per-channel-events)
@@ -614,7 +614,7 @@ PusherChannel *myPrivateChannel = [pusher subscribeWithChannelName:@"private-my-
614614
615615
Subscribing to private channels involves the client being authenticated. See the [Configuration](#configuration) section for the authenticated channel example for more information.
616616
617-
### Private encrypted channels [BETA]
617+
### Private encrypted channels
618618
619619
Similar to Private channels, you can also subscribe to a [private encrypted channel](https://pusher.com/docs/channels/using_channels/encrypted-channels). This library now fully supports end-to-end encryption. This means that only you and your connected clients will be able to read your messages. Pusher cannot decrypt them.
620620

0 commit comments

Comments
 (0)