Transmogrifier.fix_in_reply_to/2: Use warn for non-fatal fail to get replied-to post

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-07-13 14:27:25 +02:00
commit 2aac92e9e0
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|> Map.drop(["conversation"])
else
e ->
Logger.error("Couldn't fetch #{inspect(in_reply_to_id)}, error: #{inspect(e)}")
Logger.warn("Couldn't fetch #{inspect(in_reply_to_id)}, error: #{inspect(e)}")
object
end
else