forked from AkkomaGang/akkoma
AP again
This commit is contained in:
parent
9a858621d6
commit
185c030258
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ def get_or_fetch_by_ap_id(ap_id) 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
|
||||
|
|
Loading…
Reference in a new issue