projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96cfc67
)
Clarify that this error is about a problem decoding the expected JSON
author
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 18:18:52 +0000
(18:18 +0000)
committer
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 18:18:52 +0000
(18:18 +0000)
payload
lib/pleroma/web/activity_pub/activity_pub.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/activity_pub/activity_pub.ex
b/lib/pleroma/web/activity_pub/activity_pub.ex
index e7484974e335c0b5d91717a65fc0ff8fe87aa74e..6a78a6bee74ed6455826461307917566bab25e9d 100644
(file)
--- a/
lib/pleroma/web/activity_pub/activity_pub.ex
+++ b/
lib/pleroma/web/activity_pub/activity_pub.ex
@@
-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