1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 19:14:03 +00:00

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

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)