Skip to content
Snippets Groups Projects
Commit 9a858621 authored by feld's avatar feld
Browse files

AP and WebFinger need love here

parent 8d561f95
Branches
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
with {:ok, %{"ap_id" => ap_id}} when not is_nil(ap_id) <- WebFinger.finger(nickname) do
make_user_from_ap_id(ap_id)
else
_e -> {:error, "No ap id in webfinger"}
_e -> {:error, "No AP id in WebFinger"}
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment