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/list_item.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list_item.h') diff --git a/src/list_item.h b/src/list_item.h index 866a98f..c722a72 100644 --- a/src/list_item.h +++ b/src/list_item.h @@ -11,6 +11,7 @@ public: ListItem(const QString &text, StatusType status_type, bool has_attachement, QListWidget *parent = nullptr, int index = 0); int get_status_index(); + StatusType get_status_type(); private: int status_index; -- cgit v1.2.3-54-g00ecf