Add content-type to status source in glitch-soc

master
Claire 2022-01-20 00:02:17 +01:00
parent d4654dc892
commit 4d0383d75a
1 changed files with 1 additions and 1 deletions

View File

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