mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Serialize status webhook events in REST API format (#24243)
This commit is contained in:
parent
5b7898230e
commit
88fc04d3d7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class REST::Admin::WebhookEventSerializer < ActiveModel::Serializer
|
|||
REST::Admin::AccountSerializer
|
||||
when 'Report'
|
||||
REST::Admin::ReportSerializer
|
||||
when 'Status'
|
||||
REST::StatusSerializer
|
||||
else
|
||||
super
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue