Pipeline Ingestion: Page

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-10-21 10:23:10 +02:00
commit eb7313b0d3
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
9 changed files with 96 additions and 75 deletions

View file

@ -436,7 +436,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
end
def handle_object_creation(%{"type" => objtype} = object, meta)
when objtype in ~w[Audio Video Question Event Article Note] do
when objtype in ~w[Audio Video Question Event Article Note Page] do
with {:ok, object, meta} <- Pipeline.common_pipeline(object, meta) do
{:ok, object, meta}
end