This commit is contained in:
Mark Felder 2018-03-19 17:57:58 +00:00
parent 9a858621d6
commit 185c030258
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ defmodule Pleroma.User do
_ ->
case OStatus.make_user(ap_id) do
{:ok, user} -> user
_ -> {:error, "Could not fetch by ap id"}
_ -> {:error, "Could not fetch by AP id"}
end
end
end