run mix format
This commit is contained in:
parent
502ba33d01
commit
62c95e8d4d
@ -153,6 +153,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
|||||||
|
|
||||||
is_binary(follow_object) ->
|
is_binary(follow_object) ->
|
||||||
object = get_obj_helper(follow_object) || ActivityPub.fetch_object_from_id(follow_object)
|
object = get_obj_helper(follow_object) || ActivityPub.fetch_object_from_id(follow_object)
|
||||||
|
|
||||||
if object do
|
if object do
|
||||||
{:ok, object}
|
{:ok, object}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user