From c3f39210d8451d65f3ecaa88046380f42dc536a1 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 9 Nov 2020 12:10:29 +0000 Subject: Add fluoridated reply to popup --- renderer/model.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'renderer/model.go') diff --git a/renderer/model.go b/renderer/model.go index 0e5204a..0505c0b 100644 --- a/renderer/model.go +++ b/renderer/model.go @@ -63,6 +63,11 @@ type ThreadData struct { ReplyMap map[string][]mastodon.ReplyInfo } +type StatusData struct { + *CommonData + Status *mastodon.Status +} + type NotificationData struct { *CommonData Notifications []*mastodon.Notification -- cgit v1.2.3