summaryrefslogtreecommitdiff
path: root/internal/gtsmodel/statusedit.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtsmodel/statusedit.go')
-rw-r--r--internal/gtsmodel/statusedit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/gtsmodel/statusedit.go b/internal/gtsmodel/statusedit.go
index 199d47736..9c31495eb 100644
--- a/internal/gtsmodel/statusedit.go
+++ b/internal/gtsmodel/statusedit.go
@@ -31,6 +31,7 @@ type StatusEdit struct {
Content string `bun:""` // Content of status at time of edit; likely html-formatted but not guaranteed.
ContentWarning string `bun:",nullzero"` // Content warning of status at time of edit.
Text string `bun:""` // Original status text, without formatting, at time of edit.
+ ContentType StatusContentType `bun:",nullzero"` // Content type used to process the original text of the status.
Language string `bun:",nullzero"` // Status language at time of edit.
Sensitive *bool `bun:",nullzero,notnull,default:false"` // Status sensitive flag at time of edit.
AttachmentIDs []string `bun:"attachments,array"` // Database IDs of media attachments associated with status at time of edit.