Transmogrifier.fix_in_reply_to/2: Use warn for non-fatal fail to get replied-to post
[akkoma] / lib / pleroma / web / activity_pub / transmogrifier.ex
index 884646cebf98ce45e85a342523e16ac41e2c28f5..168422c9379fc82a5dd1d922bec851c472314eb4 100644 (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