From 816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a Mon Sep 17 00:00:00 2001 From: r Date: Sun, 5 Sep 2021 17:17:59 +0000 Subject: Add quick reply --- model/post.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/post.go b/model/post.go index 40118ed..ccb8286 100644 --- a/model/post.go +++ b/model/post.go @@ -15,6 +15,7 @@ type PostContext struct { type ReplyContext struct { InReplyToID string InReplyToName string + QuickReply bool ReplyContent string ForceVisibility bool } -- cgit v1.2.3