Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-02-11 21:53:20 +01:00
246 changed files with 10476 additions and 5605 deletions

View File

@ -22,6 +22,6 @@ class ActivityPub::UndoAnnounceSerializer < ActivityPub::Serializer
end
def virtual_object
ActivityPub::ActivityPresenter.from_status(object)
ActivityPub::ActivityPresenter.from_status(object, allow_inlining: false)
end
end