Add content-type to status source in glitch-soc

local
Claire 2 years ago
parent d4654dc892
commit 4d0383d75a
  1. 2
      app/serializers/rest/status_source_serializer.rb

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