Fix missing `account_warning` delegation in `NotificationGroup` (#30779)

pull/29768/merge
Claire 2024-06-20 15:44:49 +02:00 committed by GitHub
parent 1c65932776
commit f723370c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ class NotificationGroup < ActiveModelSerializers::Model
:target_status,
:report,
:account_relationship_severance_event,
:account_warning,
to: :notification, prefix: false
end