activity: add recipients_to and recipients_cc fields
This commit is contained in:
parent
0fd2eaf7af
commit
81673b8136
3 changed files with 31 additions and 5 deletions
|
|
@ -8,6 +8,8 @@ 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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue