delete reaction notifications when deleting status

This commit is contained in:
fef 2022-12-07 12:47:03 +00:00 committed by neatchee
parent e27fb1b632
commit 48b00c2bdc

View file

@ -16,6 +16,8 @@ class StatusReaction < ApplicationRecord
belongs_to :status, inverse_of: :status_reactions
belongs_to :custom_emoji, optional: true
has_one :notification, as: :activity, dependent: :destroy
validates :name, presence: true
validates_with StatusReactionValidator