mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix missing account_warning
delegation in NotificationGroup
(#30779)
This commit is contained in:
parent
1c65932776
commit
f723370c69
|
@ -29,5 +29,6 @@ class NotificationGroup < ActiveModelSerializers::Model
|
|||
:target_status,
|
||||
:report,
|
||||
:account_relationship_severance_event,
|
||||
:account_warning,
|
||||
to: :notification, prefix: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue