logo

pleroma

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

The suggestions are problematic as they need to be real local account names

Diffstat:

Mconfig/description.exs8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -829,13 +829,7 @@ config :pleroma, :config_description, [ key: :autofollowed_nicknames, type: {:list, :string}, description: - "Set to nicknames of (local) users that every new user should automatically follow", - suggestions: [ - "lain", - "kaniini", - "lanodan", - "rinpatch" - ] + "Set to nicknames of (local) users that every new user should automatically follow" }, %{ key: :attachment_links,