From: Mark Felder Date: Mon, 19 Mar 2018 17:56:49 +0000 (+0000) Subject: AP and WebFinger need love here X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9a858621d603422c4b992b9f9fe76da9331a6d0c;p=akkoma AP and WebFinger need love here --- diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 965f2cc9b..e7484974e 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -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