From 54c42455f393c5ae8ebdb19884d40ebd9a18f755 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 5 Sep 2021 17:17:59 +0000 Subject: Add quick reply --- renderer/model.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'renderer/model.go') diff --git a/renderer/model.go b/renderer/model.go index 4d3eea0..385ac7c 100644 --- a/renderer/model.go +++ b/renderer/model.go @@ -69,6 +69,13 @@ type ThreadData struct { ReplyMap map[string][]mastodon.ReplyInfo } +type QuickReplyData struct { + *CommonData + Ancestor *mastodon.Status + Status *mastodon.Status + PostContext model.PostContext +} + type StatusData struct { *CommonData Status *mastodon.Status -- cgit v1.2.3