X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Factivity.ex;h=bed96861f893043f8651401fb6cc268aa91c2d5a;hb=e838969495d2ca95406920ceef98d08f01d71192;hp=4f1f8292dc13408d99b7f5cf2c52195118e8e1a2;hpb=81673b81366ee1779802a9fec7f5119e664cd8ce;p=akkoma diff --git a/lib/pleroma/activity.ex b/lib/pleroma/activity.ex index 4f1f8292d..bed96861f 100644 --- a/lib/pleroma/activity.ex +++ b/lib/pleroma/activity.ex @@ -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()