Merge branch 'use-media-proxy-in-suggestions-api' into 'develop'
[akkoma] / lib / pleroma / activity.ex
index 4f1f8292dc13408d99b7f5cf2c52195118e8e1a2..bed96861f893043f8651401fb6cc268aa91c2d5a 100644 (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()