Add missing nsfwCensorImage option

This commit is contained in:
Mark Felder 2020-05-13 16:40:04 -05:00
parent 923ab78807
commit 52a95a0265
1 changed files with 7 additions and 0 deletions

View File

@ -1227,6 +1227,13 @@ config :pleroma, :config_description, [
description: "Limit scope selection to Direct, User default, and Scope of post replying to. " <>
"Also prevents replying to a DM with a public post from PleromaFE."
},
%{
key: :nsfwCensorImage,
label: "NSFW Censor Image",
type: :string,
description: "URL of the image to use for hiding NSFW media attachments in the timeline.",
suggestions: ["/static/img/nsfw.png"]
},
%{
key: :redirectRootNoLogin,
label: "Redirect root no login",