summaryrefslogtreecommitdiff
path: root/internal/api/model/attachment.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/attachment.go')
-rw-r--r--internal/api/model/attachment.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/api/model/attachment.go b/internal/api/model/attachment.go
index 1d910343c..63bfc52a6 100644
--- a/internal/api/model/attachment.go
+++ b/internal/api/model/attachment.go
@@ -136,6 +136,10 @@ type WebAttachment struct {
// MIME type of
// the thumbnail.
PreviewMIMEType string
+
+ // Link to the URL of the parent
+ // status of this attachment.
+ ParentStatusLink string
}
// MediaMeta models media metadata.