From e4332d06b5cb94c619ceb9844123f45f08369c7e Mon Sep 17 00:00:00 2001 From: Norm Date: Thu, 17 Oct 2024 02:33:42 -0400 Subject: [PATCH] update nsfwCensorImage suggestion in config/description.exs Turns out this is also used to set the default values in adminfe. However, this URL may break with newer Akkoma-FE versions. Instead, set this to blank so that it falls back to the default NSFW cover image set at build time on Akkoma-FE. --- config/description.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/description.exs b/config/description.exs index b69478fdb..7f97740b4 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1184,7 +1184,7 @@ logoMask: true, minimalScopesMode: false, noAttachmentLinks: false, - nsfwCensorImage: "/static/img/nsfw.74818f9.png", + nsfwCensorImage: "", postContentType: "text/plain", redirectRootLogin: "/main/friends", redirectRootNoLogin: "/main/all", @@ -1285,7 +1285,7 @@ type: {:string, :image}, description: "URL of the image to use for hiding NSFW media attachments in the timeline", - suggestions: ["/static/img/nsfw.74818f9.png"] + suggestions: [""] }, %{ key: :postContentType, -- 2.43.0