Set ContentType in more places where Text is set

This commit is contained in:
ewin 2025-03-03 17:11:43 -05:00
commit 9a60a9f1c2
No known key found for this signature in database
4 changed files with 33 additions and 0 deletions

View file

@ -695,6 +695,7 @@ func sizeofStatusEdit() uintptr {
Content: exampleText,
ContentWarning: exampleUsername, // similar length
Text: exampleText,
ContentType: gtsmodel.StatusContentTypePlain,
Language: "en",
Sensitive: func() *bool { ok := false; return &ok }(),
AttachmentIDs: []string{exampleID, exampleID, exampleID},