summaryrefslogtreecommitdiff
path: root/docs/installation_guide/websocket.md
diff options
context:
space:
mode:
authorLibravatar Julian-Samuel Gebühr <julian-samuel@gebuehr.net>2023-05-21 22:40:43 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-21 22:40:43 +0200
commit9c24dee01fc88fc69d581951ef0b6266e301f326 (patch)
treed551e65614618ed09df8886df1b745850f8ab997 /docs/installation_guide/websocket.md
parent[bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805) (diff)
downloadgotosocial-9c24dee01fc88fc69d581951ef0b6266e301f326.tar.xz
[chore] Replace pinafore with semaphore (#1801)
* Replace pinafore with semaphore * Typo
Diffstat (limited to 'docs/installation_guide/websocket.md')
-rw-r--r--docs/installation_guide/websocket.md2
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.