aboutsummaryrefslogtreecommitdiff
path: root/model/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/post.go')
-rw-r--r--model/post.go1
1 files changed, 1 insertions, 0 deletions
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
}