forked from AkkomaGang/akkoma
question_validator: remove conversation field
This commit is contained in:
parent
173f69c854
commit
4f70fd4105
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue