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 2e6c40f..4d3eea0 100644
--- a/renderer/model.go
+++ b/renderer/model.go
@@ -69,6 +69,11 @@ type ThreadData struct {
ReplyMap map[string][]mastodon.ReplyInfo
}
+type StatusData struct {
+ *CommonData
+ Status *mastodon.Status
+}
+
type NotificationData struct {
*CommonData
Notifications []*mastodon.Notification