diff --git a/config/description.exs b/config/description.exs index afac2c25f2..17ccf031e8 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3462,5 +3462,18 @@ ] } ] + }, + %{ + group: :pleroma, + key: Pleroma.Web.WebFinger, + type: :group, + description: "Webfinger", + children: [ + %{ + key: :update_nickname_on_user_fetch, + type: :boolean, + description: "Update nickname according to host-meta, when refetching the user" + } + ] } ]