Merge branch 'features/ingestion-page' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index 6d19792d61167adda52f0ec90dc635d536978464..4c29dda355534fcae437700e130e4128ed0c515e 100644 (file)
@@ -91,7 +91,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
 
   defp increase_replies_count_if_reply(_create_data), do: :noop
 
-  @object_types ~w[ChatMessage Question Answer Audio Video Event Article Note]
+  @object_types ~w[ChatMessage Question Answer Audio Video Event Article Note Page]
   @impl true
   def persist(%{"type" => type} = object, meta) when type in @object_types do
     with {:ok, object} <- Object.create(object) do