Add content-type to status source in glitch-soc
This commit is contained in:
		
							parent
							
								
									d4654dc892
								
							
						
					
					
						commit
						4d0383d75a
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class REST::StatusSourceSerializer < ActiveModel::Serializer
 | 
					class REST::StatusSourceSerializer < ActiveModel::Serializer
 | 
				
			||||||
  attributes :id, :text, :spoiler_text
 | 
					  attributes :id, :text, :spoiler_text, :content_type
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def id
 | 
					  def id
 | 
				
			||||||
    object.id.to_s
 | 
					    object.id.to_s
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue