aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 15:32:02 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 15:32:02 -0500
commit0ebf1bebb4aac0800a57f9d4be64dda0a2a07e61 (patch)
tree91ea99eddf0f50d9ee82aae1408a578f25298ffd
parent55fe6e4703fd8587744ee0ef5a8e3b4213f08432 (diff)
SafeDM is enabled by default and won't take effect if BE not enabled anyway.
-rw-r--r--docs/CONFIGURATION.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 003efc7a..7100d260 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -106,14 +106,6 @@ If the `private` instance setting is enabled in the backend, features that are n
### Rich text formatting in post formatting
Rich text formatting options are displayed depending on how many formatting options are enabled on backend, if you don't want your users to use rich text at all you can only allow "text/plain" one, frontend then will only display post text format as a label instead of dropdown (just so that users know for example if you only allow Markdown, only BBCode or only Plain text)
-### Safe DM message display
-
-Setting this will change the warning text that is displayed for direct messages.
-
-ATTENTION: If you actually want the behavior to change. You will need to set the appropriate option at the backend. See the backend documentation for information about that.
-
-DO NOT activate this without checking the backend configuration first!
-
### Who to follow
This is a panel intended for users to find people to follow based on randomness or on post contents. Being potentially privacy unfriendly feature it needs to be enabled and configured in backend to be enabled.