CommonFields: remove context_id

This commit is contained in:
Hélène 2022-08-06 03:32:58 +02:00 committed by FloatingGhost
parent 662a9e7518
commit 520c78aa13
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.CommonFields do
field(:summary, :string)
field(:context, :string)
# short identifier for PleromaFE to group statuses by context
field(:context_id, :integer)
field(:sensitive, :boolean, default: false)
field(:replies_count, :integer, default: 0)