aboutsummaryrefslogtreecommitdiff
path: root/model/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/post.go')
-rw-r--r--model/post.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/model/post.go b/model/post.go
index 58997f7..7cfead7 100644
--- a/model/post.go
+++ b/model/post.go
@@ -13,7 +13,8 @@ type PostContext struct {
}
type ReplyContext struct {
- InReplyToID string
- InReplyToName string
- ReplyContent string
+ InReplyToID string
+ InReplyToName string
+ ReplyContent string
+ ForceVisibility bool
}