0
0
Fork 0

Add toot source to delete result to ease Delete & Redraft (#10669)

* Return Status with raw text in raw_content when deleting a status

* Use raw content if available on delete & redraft

* Rename raw_content to text; do not serialize formatted content when source is requested
This commit is contained in:
ThibG 2019-05-11 06:46:43 +02:00 committed by Eugen Rochko
parent be851321c0
commit 6d44f2441b
4 changed files with 14 additions and 6 deletions

View file

@ -65,7 +65,7 @@ class Api::V1::StatusesController < Api::BaseController
RemovalWorker.perform_async(@status.id)
render_empty
render json: @status, serializer: REST::StatusSerializer, source_requested: true
end
private