WIP: Add unlist_undescribed_media.ex to mrf policies folder #50

Draft
Beefox wants to merge 2 commits from Beefox/akkoma:mrf/unlisted_media into develop
1 changed files with 1 additions and 0 deletions
Showing only changes of commit eb91f9ebe9 - Show all commits

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)