Merge branch 'mrf-nsfw-otp25' into 'develop'

Fix Logger.warn deprecation error on OTP25

See merge request pleroma/pleroma!4135
This commit is contained in:
feld 2024-05-30 15:38:18 +00:00
commit ff6f5a417f
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
noop

View File

@ -64,7 +64,7 @@ def parse_url(url) do
Jason.decode(body)
else
error ->
Logger.warn("""
Logger.warning("""
[NsfwApiPolicy]: The API server failed. Skipping.
#{inspect(error)}
""")