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
|
case OStatus.make_user(ap_id) do
|
||||||
{:ok, user} -> user
|
{:ok, user} -> user
|
||||||
_ -> {:error, "Could not fetch by ap id"}
|
_ -> {:error, "Could not fetch by AP id"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue