You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ To trigger an event on one or more channels, use the `trigger` method on the `Pu
113
113
|channels `String` or `Collection`|**Required** <br> The name or list of names of the channel you wish to trigger events on |
114
114
|event `String`|**Required** <br> The name of the event you wish to trigger. |
115
115
|data `JSONable data`|**Required** <br> The event's payload |
116
-
|socket_id `String`|**Default:`None`** <br> The socket_id of the connection you wish to exclude from receiving the event. You can read more [here](http://pusher.com/docs/duplicates). |
116
+
|socket_id `String`|**Default:`None`** <br> The socket_id of the connection you wish to exclude from receiving the event. You can read more [here](https://pusher.com/docs/channels/server_api/excluding-event-recipients/). |
117
117
118
118
|Return Values |Description |
119
119
|:-:|:-:|
@@ -426,4 +426,4 @@ To run the tests run `python setup.py test`
426
426
427
427
## License
428
428
429
-
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.
429
+
Copyright (c) 2015 Pusher Ltd. See [LICENSE](LICENSE) for details.
0 commit comments