mandate published on notes
[akkoma] / lib / pleroma / web / activity_pub / object_validators / common_validations.ex
index 94043058817ec081c6d3bc4cc5a0296f8ffb142e..be50743481bc9c7d660e6435154e6c259239beb9 100644 (file)
@@ -15,6 +15,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.CommonValidations do
       fields
       |> Enum.map(fn field -> get_field(cng, field) end)
       |> Enum.any?(fn
+        nil -> false
         [] -> false
         _ -> true
       end)