Add content-type to status source in glitch-soc

th-downstream
Claire 3 years ago
parent cb8ec71677
commit 458f232d21

@ -1,7 +1,7 @@
# frozen_string_literal: true
class REST::StatusSourceSerializer < ActiveModel::Serializer
attributes :id, :text, :spoiler_text
attributes :id, :text, :spoiler_text, :content_type
def id
object.id.to_s

Loading…
Cancel
Save