diff options
Diffstat (limited to 'client/model.go')
-rw-r--r-- | client/model.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/model.go b/client/model.go index a90762ad..57b03d6e 100644 --- a/client/model.go +++ b/client/model.go @@ -278,6 +278,7 @@ type Filter struct { CategoryID int64 FeedID int64 Statuses []string + GloballyVisible bool } // EntryResultSet represents the response when fetching entries. |