From: FloatingGhost Date: Tue, 5 Jul 2022 13:45:28 +0000 (+0100) Subject: import logger X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1486ad0c6e6af46d59d32b77907d7e6182218daa;p=akkoma import logger --- diff --git a/lib/pleroma/collections/fetcher.ex b/lib/pleroma/collections/fetcher.ex index 382defff4..0c81f0b56 100644 --- a/lib/pleroma/collections/fetcher.ex +++ b/lib/pleroma/collections/fetcher.ex @@ -9,6 +9,7 @@ defmodule Akkoma.Collections.Fetcher do """ alias Pleroma.Object.Fetcher alias Pleroma.Config + require Logger def fetch_collection_by_ap_id(ap_id) when is_binary(ap_id) do fetch_collection(ap_id)