Add content-type to status source in glitch-soc

main
Claire 3 years ago
parent d4654dc892
commit 4d0383d75a

@ -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