Skip to content
Snippets Groups Projects
Commit 16d102c1 authored by feld's avatar feld
Browse files

Clarify that this error is about a problem decoding the expected JSON

payload
parent 96cfc67e
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
{:ok, data} <- Poison.decode(body) do
user_data_from_user_object(data)
else
e -> Logger.error("Could not user at fetch #{ap_id}, #{inspect(e)}")
e -> Logger.error("Could not decode user at fetch #{ap_id}, #{inspect(e)}")
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment