Get avatar and banner from AP users.
[akkoma] / lib / pleroma / activity.ex
index afd09982fcd45211249c0c4cac75f80fefaf65db..a8154859a7f81429eac2b293c2a32cd44f8a34f9 100644 (file)
@@ -7,6 +7,7 @@ defmodule Pleroma.Activity do
     field :data, :map
     field :local, :boolean, default: true
     field :actor, :string
+    field :recipients, {:array, :string}
     has_many :notifications, Notification, on_delete: :delete_all
 
     timestamps()