projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d561f9
)
AP and WebFinger need love here
author
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:56:49 +0000
(17:56 +0000)
committer
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:56:49 +0000
(17:56 +0000)
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 965f2cc9b0ad0af935c807f52f24b34bcb3ddb95..e7484974e335c0b5d91717a65fc0ff8fe87aa74e 100644
(file)
--- 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 webf
inger"}
+ _e -> {:error, "No
AP id in WebF
inger"}
end
end