Skip to content

Commit c681324

Browse files
benjamin-tang-pushersonologico
authored andcommitted
Update readme to remove beta from subscription count.
1 parent 228533e commit c681324

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
@@ -9,7 +9,7 @@ In order to use this library, you need to have a free account on <http://pusher.
99

1010
## Supported Platforms
1111

12-
* Python - supports Python versions 2.7, 3.6, 3.7 and 3.8
12+
* Python - supports Python versions 2.7, 3.6 and above
1313

1414
## Features
1515

@@ -196,7 +196,7 @@ channels = pusher_client.channels_info(u"presence-", [u'user_count'])
196196
|Argument |Description |
197197
|:-:|:-:|
198198
|channel `String` |**Required** <br> The name of the channel you wish to query|
199-
|attributes `Collection` | **Default: `[]`** <br> A collection of attributes to be returned for the channel. <br><br> Available attributes: <br> `"user_count"` : Number of *distinct* users currently subscribed. **Applicable only to presence channels**. <br> `"subscription_count"`: [BETA]: Number of *connections* currently subscribed to the channel. Please [contact us](http://support.pusher.com) to enable this feature.
199+
|attributes `Collection` | **Default: `[]`** <br> A collection of attributes to be returned for the channel. <br><br> Available attributes: <br> `"user_count"` : Number of *distinct* users currently subscribed. **Applicable only to presence channels**. <br> `"subscription_count"`: Number of *connections* currently subscribed to the channel. Enable this feature in your Pusher dashboard's App Settings.
200200

201201
|Return Values |Description |
202202
|:-:|:-:|

0 commit comments

Comments
 (0)