Fix user fetch completely broken if featured collection is not in a supported form

This commit is contained in:
tusooa 2023-07-02 11:03:09 -04:00
commit a1621839cc
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
3 changed files with 14 additions and 0 deletions

View file

@ -1720,6 +1720,11 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
end)
end
def pin_data_from_featured_collection(obj) do
Logger.error("Could not parse featured collection #{inspect(obj)}")
%{}
end
def fetch_and_prepare_featured_from_ap_id(nil) do
{:ok, %{}}
end