forked from mirrors/akkoma
import logger
This commit is contained in:
parent
ebb6142472
commit
1486ad0c6e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ defmodule Akkoma.Collections.Fetcher do
|
||||||
"""
|
"""
|
||||||
alias Pleroma.Object.Fetcher
|
alias Pleroma.Object.Fetcher
|
||||||
alias Pleroma.Config
|
alias Pleroma.Config
|
||||||
|
require Logger
|
||||||
|
|
||||||
def fetch_collection_by_ap_id(ap_id) when is_binary(ap_id) do
|
def fetch_collection_by_ap_id(ap_id) when is_binary(ap_id) do
|
||||||
fetch_collection(ap_id)
|
fetch_collection(ap_id)
|
||||||
|
|
Loading…
Reference in a new issue