diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-18 19:54:56 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-15 11:39:56 +0200 |
commit | 4f70fd4105e90c8fc06a1eb6bd70084874bae3a5 (patch) | |
tree | 5e0dad88ae73962d58c99db73b96527f987b922a /lib | |
parent | 173f69c854adf966d52b3767c4de43a0b1ce5b00 (diff) | |
download | pleroma-4f70fd4105e90c8fc06a1eb6bd70084874bae3a5.tar.gz |
question_validator: remove conversation field
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/object_validators/question_validator.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/object_validators/question_validator.ex b/lib/pleroma/web/activity_pub/object_validators/question_validator.ex index 605cb56f8..211f520c4 100644 --- a/lib/pleroma/web/activity_pub/object_validators/question_validator.ex +++ b/lib/pleroma/web/activity_pub/object_validators/question_validator.ex @@ -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) |