activity: drop recipients_to/recipients_cc fields

This commit is contained in:
William Pitcock 2018-08-29 18:38:30 +00:00
commit 29b5e30c46
2 changed files with 2 additions and 6 deletions

View file

@ -8,8 +8,6 @@ defmodule Pleroma.Activity do
field(:local, :boolean, default: true)
field(:actor, :string)
field(:recipients, {:array, :string})
field(:recipients_to, {:array, :string})
field(:recipients_cc, {:array, :string})
has_many(:notifications, Notification, on_delete: :delete_all)
timestamps()