object_validators: Mark validate_data as private
[akkoma] / lib / pleroma / web / activity_pub / object_validators / attachment_validator.ex
index e7b3a39222a0cf04c150bb2a615dddb57d722ec9..4a0d1473de8e755f9def08c247641f7a21036e6e 100644 (file)
@@ -89,7 +89,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.AttachmentValidator do
     end
   end
 
-  def validate_data(cng) do
+  defp validate_data(cng) do
     cng
     |> validate_inclusion(:type, ~w[Document Audio Image Video])
     |> validate_required([:mediaType, :url, :type])