Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
This commit is contained in:
@ -97,6 +97,8 @@ class Account < ApplicationRecord
|
||||
has_many :reports
|
||||
has_many :targeted_reports, class_name: 'Report', foreign_key: :target_account_id
|
||||
|
||||
has_many :report_notes, dependent: :destroy
|
||||
|
||||
# Moderation notes
|
||||
has_many :account_moderation_notes, dependent: :destroy
|
||||
has_many :targeted_moderation_notes, class_name: 'AccountModerationNote', foreign_key: :target_account_id, dependent: :destroy
|
||||
|
Reference in New Issue
Block a user