summaryrefslogtreecommitdiff
path: root/internal/api/model/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/status.go')
-rw-r--r--internal/api/model/status.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/model/status.go b/internal/api/model/status.go
index ec09f702d..bcd0c0f93 100644
--- a/internal/api/model/status.go
+++ b/internal/api/model/status.go
@@ -166,6 +166,12 @@ type WebStatus struct {
// after the "main" thread, so it and everything
// below it can be considered "replies".
ThreadFirstReply bool
+
+ // Sorted slice of StatusEdit times for
+ // this status, from latest to oldest.
+ // Only set if status has been edited.
+ // Last entry is always creation time.
+ EditTimeline []string `json:"-"`
}
/*