summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2021-06-02 16:53:37 +0000
committerfeld <feld@feld.me>2021-06-02 16:53:37 +0000
commit275af2930209c503c615f0ebaff9447d77cc7ef6 (patch)
treeb6becb224efdda927ae95c557de707d70131c7ba /config
parente8de1005f2318bef651a50630cb130f65dad8d06 (diff)
parent679d4c23e93f86f3e3fec70e0ac9bf2c9cdf8819 (diff)
downloadpleroma-275af2930209c503c615f0ebaff9447d77cc7ef6.tar.gz
pleroma-275af2930209c503c615f0ebaff9447d77cc7ef6.zip
Merge branch 'Snow-develop-patch-01683' into 'develop'
Update docs/description for allow_relay See merge request pleroma/pleroma!3438
Diffstat (limited to 'config')
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index f00c53d28..bdde22f98 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -682,7 +682,8 @@ config :pleroma, :config_description, [
%{
key: :allow_relay,
type: :boolean,
- description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance"
+ description:
+ "Permits remote instances to subscribe to all public posts of your instance. (Important!) This may increase the visibility of your instance."
},
%{
key: :public,