mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Add content-type to status source in glitch-soc
This commit is contained in:
parent
d4654dc892
commit
4d0383d75a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue