aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 15c3f08..6cef8aa 100644
--- a/src/types.h
+++ b/src/types.h
@@ -5,6 +5,7 @@ struct ViewStatusTypes {
bool includeUnlisted = true;
bool includePrivate = true;
bool includeDirect = true;
+ bool includeReblogs = true;
bool onlyWithAttachment = false;
};