diff options
author | Snow <xxnmacsjuyidktezdy@awdrt.com> | 2021-05-29 02:22:33 +0000 |
---|---|---|
committer | Snow <xxnmacsjuyidktezdy@awdrt.com> | 2021-05-29 02:22:33 +0000 |
commit | 69aed310de48ccd80326c7b639d8e179dfd21ba8 (patch) | |
tree | a6675ac6ccd866fa8df3c6394ee750712eeaa7fa /config | |
parent | 8871ca5aa35e9533e57b4a15420687869378a981 (diff) | |
download | pleroma-69aed310de48ccd80326c7b639d8e179dfd21ba8.tar.gz |
Adding description
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index f00c53d28..1c3e3f900 100644 --- a/config/description.exs +++ b/config/description.exs @@ -682,7 +682,7 @@ config :pleroma, :config_description, [ %{ key: :allow_relay, type: :boolean, - description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance" + description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance. (Important!) This will increase the visibility of your instance." }, %{ key: :public, |