mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-22 22:36:14 -06:00
We don't actually use ContentType on the API status model
This commit is contained in:
parent
9a60a9f1c2
commit
2ad5e077a7
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue