1 2 3 4 5 6 7
defmodule Pleroma.Web.ActivityPub.Relay do alias Pleroma.User def get_actor do User.get_or_create_instance_user() end end