diff --git a/internal/api/model/status.go b/internal/api/model/status.go index b4b68a002..6b2345275 100644 --- a/internal/api/model/status.go +++ b/internal/api/model/status.go @@ -360,9 +360,6 @@ type StatusEdit struct { // Custom emoji to be used when rendering status content. Emojis []Emoji `json:"emojis"` - - // Content type that was used to parse this revision's text. - ContentType StatusContentType `json:"content_type"` } // StatusEditRequest models status edit parameters.