logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: efd6572ffbf4cce86e28d351d3cbddd0a5334980
parent 1b8fd7e65af980c42b72f584c2a957b12ca5c78b
Author: Mark Felder <feld@feld.me>
Date:   Fri, 16 Oct 2020 17:43:44 +0000

Remove suggestions

Diffstat:

Mconfig/description.exs7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -841,12 +841,7 @@ config :pleroma, :config_description, [ key: :autofollowing_nicknames, type: {:list, :string}, description: - "Set to nicknames of (local) users that automatically follows every newly registered user", - suggestions: [ - "admin", - "info", - "moderator", - ] + "Set to nicknames of (local) users that automatically follows every newly registered user" }, %{ key: :attachment_links,