diff options
Diffstat (limited to 'model')
-rw-r--r-- | model/post.go | 1 |
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 } |