X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fcollections%2Ffetcher.ex;h=0c81f0b56cbb3531d48be834747a15b0be66a9a1;hb=99ced95d3bf4b49246e6946568cdd31b4173a25f;hp=382defff41b815d68958a1c67e4be3c2fa0722cb;hpb=01652167d0c5f9fe95a0b51c8cf6d11f7b1dae56;p=akkoma 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)