mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 10:16:14 -06:00
ensure ContentType is updated anywhere Text is
This commit is contained in:
parent
8eeede9c35
commit
cd53543ec1
4 changed files with 4 additions and 3 deletions
1
internal/cache/size.go
vendored
1
internal/cache/size.go
vendored
|
|
@ -649,6 +649,7 @@ func sizeofStatus() uintptr {
|
|||
URL: exampleURI,
|
||||
Content: exampleText,
|
||||
Text: exampleText,
|
||||
ContentType: gtsmodel.StatusContentTypePlain,
|
||||
AttachmentIDs: []string{exampleID, exampleID, exampleID},
|
||||
TagIDs: []string{exampleID, exampleID, exampleID},
|
||||
MentionIDs: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue