Merge branch 'object-normalize-refactor' into 'develop'

Object: Rework how Object.normalize works

See merge request pleroma/pleroma!3229
This commit is contained in:
lain 2021-01-07 11:09:18 +00:00
commit cf0eb0c1c5
77 changed files with 269 additions and 246 deletions

View file

@ -56,7 +56,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
other_user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{status: "test post"})
object = Object.normalize(activity)
object = Object.normalize(activity, fetch: false)
note_obj = %{
"type" => "Note",