1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
5 defmodule Pleroma.Web.ActivityPub.InternalFetchActor do
11 # Wait for everything to settle.
12 Process.sleep(1000 * 5)
17 "#{Pleroma.Web.Endpoint.url()}/internal/fetch"
18 |> User.get_or_create_service_actor_by_ap_id("internal.fetch")