We don't actually use ContentType on the API status model

This commit is contained in:
ewin 2025-03-03 17:12:07 -05:00
commit 2ad5e077a7
No known key found for this signature in database

View file

@ -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.