Merge branch 'features/ingestion-page' into 'develop'
Pipeline Ingestion: Page See merge request pleroma/pleroma!3097
This commit is contained in:
commit
173e977e28
9 changed files with 96 additions and 75 deletions
|
|
@ -437,7 +437,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue