Skip to content

Commit 6b47cc4

Browse files
authored
Merge pull request #253 from pusher/dev-release-encrypted-channels
Remove beta label from private encrypted channel docs
2 parents 206835c + 7da9c4e commit 6b47cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This README covers the following topics:
3131
- [Subscribing to channels](#subscribing-to-channels)
3232
- [Public channels](#public-channels)
3333
- [Private channels](#private-channels)
34-
- [Private encrypted channels [BETA]](#private-encrypted-channels)
34+
- [Private encrypted channels](#private-encrypted-channels)
3535
- [Presence channels](#presence-channels)
3636
- [The User object](#the-user-object)
3737
- [Binding and handling events](#binding-and-handling-events)
@@ -273,7 +273,7 @@ PrivateChannel channel = pusher.subscribePrivate("private-channel",
273273
});
274274
```
275275

276-
### Private encrypted channels [BETA]
276+
### Private encrypted channels
277277

278278
Similar to Private channels, you can also subscribe to a
279279
[private encrypted channel](https://pusher.com/docs/channels/using_channels/encrypted-channels).

src/main/java/com/pusher/client/example/PrivateEncryptedChannelExampleApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import com.pusher.client.util.HttpAuthorizer;
1111

1212
/*
13-
This app demonstrates how to use Private Encrypted Channels [BETA].
13+
This app demonstrates how to use Private Encrypted Channels.
1414
1515
Please ensure you update this relevant parts below with your Pusher credentials before running,
1616
and ensure you have set up an authorization endpoint with end to end encryption. Your Pusher credentials

0 commit comments

Comments
 (0)