aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 15:33:01 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 15:33:01 -0500
commitd91f5189ef6bf540e9ba34a5650be52afb746235 (patch)
treefa065714661edba3b942fb82b20817aaf2cd9e8e /docs
parent0ebf1bebb4aac0800a57f9d4be64dda0a2a07e61 (diff)
Config setting is actually called disableChat
Diffstat (limited to 'docs')
-rw-r--r--docs/CONFIGURATION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 7100d260..39a2840d 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -98,7 +98,7 @@ Enables [PushAPI](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) - b
Some features are configured depending on how backend is configured. In general the approach is "if backend allows it there's no need to hide it, if backend doesn't allow it there's no need to show it.
### Chat
-**TODO somewhat broken, see: chatDisabled** chat can be disabled by disabling it in backend
+**TODO somewhat broken, see: disableChat** chat can be disabled by disabling it in backend
### Private Mode
If the `private` instance setting is enabled in the backend, features that are not accessible without authentication, such as the timelines and search will be disabled for unauthenticated users.