Fix dialyzer error

lib/pleroma/application.ex:1:pattern_match The pattern can never match the type true.
This commit is contained in:
Mark Felder 2024-07-23 09:43:41 -04:00
commit 2ee8f4f062
3 changed files with 3 additions and 2 deletions

View file

@ -187,6 +187,8 @@ config :pleroma, Pleroma.Emoji.Loader, test_emoji: true
config :pleroma, Pleroma.Web.RichMedia.Backfill,
stream_out: Pleroma.Web.ActivityPub.ActivityPubMock
config :pleroma, Pleroma.Web.Plugs.HTTPSecurityPlug, enable: false
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else