From 2ad5e077a714486308f88ec8f48c306220e07545 Mon Sep 17 00:00:00 2001 From: ewin Date: Mon, 3 Mar 2025 17:12:07 -0500 Subject: [PATCH] We don't actually use ContentType on the API status model --- internal/api/model/status.go | 3 --- 1 file changed, 3 deletions(-) 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.