X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=0bfa9979f91ab37f11226d60eec2b8f05b497116;hb=1204aaa2e35983f7361d61ee7906ccf3d09d84e4;hp=55363c45ae655135772325f889a92deb3c707ab4;hpb=5aff4799515c141cb0a42686733b2f40faba6f86;p=akkoma diff --git a/config/description.exs b/config/description.exs index 55363c45a..0bfa9979f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -831,6 +831,12 @@ config :pleroma, :config_description, [ description: "Set to nicknames of (local) users that every new user should automatically follow" }, + %{ + key: :autofollowing_nicknames, + type: {:list, :string}, + description: + "Set to nicknames of (local) users that automatically follows every newly registered user" + }, %{ key: :attachment_links, type: :boolean,