question_validator: remove conversation field

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-06-18 19:54:56 +02:00
parent 173f69c854
commit 4f70fd4105
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 0 additions and 1 deletions

View 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)