From 34c1d087afd26b2ca8426333c02c943d13f3fdb0 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 18 Jun 2020 05:02:45 +0000 Subject: Disable scope selection when replying to a direct post --- model/post.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'model') 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 } -- cgit v1.2.3