From 4579089fde7d3c64ed98767714700f30e243e7ae Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Sat, 25 Feb 2023 15:58:21 -0500 Subject: Implement Announce activity support This commit adds support for listing Announce activities/reblogs in the status list. These can be hidden using the new "Show reblogs" action in the "View" menu. --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') 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; }; -- cgit v1.2.3-54-g00ecf