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