mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-15 16:40:58 -05:00
Fix missing AccountWarning from merging.rb (#39982)
This commit is contained in:
@@ -16,10 +16,10 @@ module Account::Merging
|
||||
Notification, NotificationPermission, NotificationRequest
|
||||
],
|
||||
target_account_id: [
|
||||
Follow, FollowRequest, Block, Mute, AccountModerationNote, AccountPin, AccountNote
|
||||
Follow, FollowRequest, Block, Mute, AccountModerationNote, AccountPin, AccountNote,
|
||||
AccountWarning
|
||||
],
|
||||
reference_account_id: [CanonicalEmailBlock],
|
||||
account_warning_id: [Appeal],
|
||||
local_account_id: [SeveredRelationship],
|
||||
remote_account_id: [SeveredRelationship],
|
||||
quoted_account_id: [Quote],
|
||||
|
||||
Reference in New Issue
Block a user