forked from AkkomaGang/akkoma
run mix format
This commit is contained in:
parent
502ba33d01
commit
62c95e8d4d
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ defp get_follow_activity(follow_object) do
|
|||
|
||||
is_binary(follow_object) ->
|
||||
object = get_obj_helper(follow_object) || ActivityPub.fetch_object_from_id(follow_object)
|
||||
|
||||
if object do
|
||||
{:ok, object}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue