diff options
author | r <r@freesoftwareextremist.com> | 2021-09-05 17:17:59 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-09-05 17:17:59 +0000 |
commit | 816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a (patch) | |
tree | d510fc30cdd5642cf715f213f1c5e4bb74dc6b35 /model | |
parent | 6340b60d8cdc522e7a3b0720d935922bce059748 (diff) | |
download | bloat-816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a.tar.gz bloat-816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a.zip |
Add quick reply
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 } |