Fix missing AccountWarning from merging.rb (#39982)

This commit is contained in:
Shlee 2026-07-29 18:02:34 +09:30 committed by Tarrien
parent 8b2202780a
commit b7f697323b

View File

@ -16,10 +16,10 @@ module Account::Merging
Notification, NotificationPermission, NotificationRequest Notification, NotificationPermission, NotificationRequest
], ],
target_account_id: [ target_account_id: [
Follow, FollowRequest, Block, Mute, AccountModerationNote, AccountPin, AccountNote Follow, FollowRequest, Block, Mute, AccountModerationNote, AccountPin, AccountNote,
AccountWarning
], ],
reference_account_id: [CanonicalEmailBlock], reference_account_id: [CanonicalEmailBlock],
account_warning_id: [Appeal],
local_account_id: [SeveredRelationship], local_account_id: [SeveredRelationship],
remote_account_id: [SeveredRelationship], remote_account_id: [SeveredRelationship],
quoted_account_id: [Quote], quoted_account_id: [Quote],