diff options
Diffstat (limited to 'docs/installation_guide/websocket.md')
-rw-r--r-- | docs/installation_guide/websocket.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/websocket.md b/docs/installation_guide/websocket.md index cc5a56c69..1cbff952a 100644 --- a/docs/installation_guide/websocket.md +++ b/docs/installation_guide/websocket.md @@ -1,6 +1,6 @@ # WebSocket -GoToSocial uses the secure [WebSocket protocol](https://en.wikipedia.org/wiki/WebSocket) (aka `wss`) to allow for streaming updates of statuses and notifications via client apps like Pinafore. +GoToSocial uses the secure [WebSocket protocol](https://en.wikipedia.org/wiki/WebSocket) (aka `wss`) to allow for streaming updates of statuses and notifications via client apps like Semaphore. In order to use this functionality, you need to ensure that whatever proxy you've configured GoToSocial to run behind allows WebSocket connections through. |