aboutsummaryrefslogtreecommitdiff
path: root/renderer/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/model.go')
-rw-r--r--renderer/model.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/renderer/model.go b/renderer/model.go
index 6c3ba90..93cbbc6 100644
--- a/renderer/model.go
+++ b/renderer/model.go
@@ -66,6 +66,11 @@ type ThreadData struct {
ReplyMap map[string][]mastodon.ReplyInfo
}
+type StatusData struct {
+ *CommonData
+ Status *mastodon.Status
+}
+
type NotificationData struct {
*CommonData
Notifications []*mastodon.Notification