Delete notifications on activity deletion.

stable
Lain Iwakura 7 years ago
parent bad499b3fd
commit ef2322bdb7

@ -7,7 +7,7 @@ defmodule Pleroma.Activity do
field :data, :map
field :local, :boolean, default: true
field :actor, :string
has_many :notifications, Notification
has_many :notifications, Notification, on_delete: :delete_all
timestamps()
end

Loading…
Cancel
Save