Merge branch 'develop' into fix-config-path
All checks were successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
Norm 2022-07-06 15:24:23 +00:00
commit 9e0d5370e9

View file

@ -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)