Fix #strip_report_status_data #665

Open
NEETzsche wants to merge 1 commits from NEETzsche/akkoma:neetzsche/fix-anonymous-exception into develop
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
Enum.map(reported_activities, fn
act when is_map(act) -> act["id"]
act when is_binary(act) -> act
_other -> nil
end)
new_data = put_in(activity.data, ["object"], [actor | stripped_activities])