mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
6 lines
159 B
Ruby
6 lines
159 B
Ruby
# frozen_string_literal: true
|
|
|
|
class REST::QuoteSerializer < REST::BaseQuoteSerializer
|
|
has_one :quoted_status, serializer: REST::ShallowStatusSerializer
|
|
end
|