question_validator: remove conversation field
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Thu, 18 Jun 2020 17:54:56 +0000 (19:54 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 15 Jul 2020 09:39:56 +0000 (11:39 +0200)
lib/pleroma/web/activity_pub/object_validators/question_validator.ex

index 605cb56f85e84bf5e68a976806806d07ff5474f4..211f520c45829bf0c9666b8e9aeddfe4a4932965 100644 (file)
@@ -45,7 +45,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.QuestionValidator do
     field(:announcements, {:array, :string}, default: [])
 
     # see if needed
-    field(:conversation, :string)
     field(:context_id, :string)
 
     field(:closed, Types.DateTime)