File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ In order to use this library, you need to have a free account on <http://pusher.
2727 - [ Getting Information For A Specific Channel] ( #getting-information-for-a-specific-channel )
2828 - [ Getting User Information For A Presence Channel] ( #getting-user-information-for-a-presence-channel )
2929- [ Authenticating Channel Subscription] ( #authenticating-channel-subscription )
30- - [ End-to-end Encryption (Beta) ] ( #end-to-end-encryption-beta )
30+ - [ End-to-end Encryption] ( #end-to-end-encryption )
3131- [ Receiving Webhooks] ( #receiving-webhooks )
3232- [ Request Library Configuration] ( #request-library-configuration )
3333 - [ Google App Engine] ( #google-app-engine )
@@ -286,7 +286,7 @@ auth = pusher_client.authenticate(
286286# return `auth` as a response
287287```
288288
289- ## End to End Encryption (Beta)
289+ ## End to End Encryption
290290
291291This library supports end to end encryption of your private channels. This
292292means that only you and your connected clients will be able to read your
You can’t perform that action at this time.
0 commit comments