From 0e92aa0025fbdb268735502cae0a434558e290c5 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Wed, 25 Mar 2020 18:00:24 +0000 Subject: 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 --- config/description.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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}]] }, %{ -- cgit v1.2.3