CommonFields: remove context_id
This commit is contained in:
parent
662a9e7518
commit
520c78aa13
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ defmacro status_object_fields 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)
|
||||
|
|
Loading…
Reference in a new issue