Skip to content

Commit 8890816

Browse files
authored
Merge pull request #48 from pusher/subscription-counting-readme
Subscription counting can be enabled without contacting support
2 parents 75436b6 + 633750a commit 8890816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ channels, err := client.Channels(channelsParams)
440440
| Argument | Description |
441441
| :-: | :-: |
442442
| name `string` | The name of the channel |
443-
| additionalQueries `map[string]string` | A map with query options. An `"info"` key can have comma-separated vales of `"user_count"`, for presence-channels, and `"subscription_count"`, for all-channels. Note that the subscription count is not allowed by default. Please [contact us](http://support.pusher.com) if you wish to enable this.<br><br>Pass in `nil` if you do not wish to specify any query attributes. |
443+
| additionalQueries `map[string]string` | A map with query options. An `"info"` key can have comma-separated values of `"user_count"`, for presence-channels, and `"subscription_count"`, for all-channels. To use the `"subscription_count"` value, first check the "Enable subscription counting" checkbox in your App Settings on [your Pusher Channels dashboard](https://dashboard.pusher.com).<br><br>Pass in `nil` if you do not wish to specify any query attributes. |
444444

445445
| Return Value | Description |
446446
| :-: | :-: |

0 commit comments

Comments
 (0)