summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-03-25 18:00:24 +0000
committerrinpatch <rinpatch@sdf.org>2020-03-31 13:39:58 +0300
commit0e92aa0025fbdb268735502cae0a434558e290c5 (patch)
tree16f298d7a16c75bdfc968cbbd6c8e1260478f08b /config
parentbb49d8f5a0dbbad65a8f65a28cc2d0847b518067 (diff)
downloadpleroma-0e92aa0025fbdb268735502cae0a434558e290c5.tar.gz
pleroma-0e92aa0025fbdb268735502cae0a434558e290c5.zip
Merge branch '1364-notifications-sending-control' into 'develop'
[#1364] Ability to opt-out of notifications (in all clients) Closes #1364 See merge request pleroma/pleroma!2301
Diffstat (limited to 'config')
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index c0e403b2e..5a1e9e9af 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2461,7 +2461,7 @@ config :pleroma, :config_description, [
%{
key: :relations_actions,
type: [:tuple, {:list, :tuple}],
- description: "For actions on relations with all users (follow, unfollow)",
+ description: "For actions on relationships with all users (follow, unfollow)",
suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
},
%{