Add update_nickname_on_user_fetch to description.exs

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-08-09 13:11:18 +02:00
parent 1455450e42
commit 25ac4b10dc

View file

@ -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"
}
]
}
]