aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_parser.h
diff options
context:
space:
mode:
authorConfuSomu2023-02-25 15:58:21 -0500
committerConfuSomu2023-02-25 15:58:21 -0500
commit4579089fde7d3c64ed98767714700f30e243e7ae (patch)
treed1192bad0bec7003bd8b761a0a91d8021ff4b90a /src/archive_parser.h
parentbc0fc0bbf4557f66b8ee2ed82b1a8a4881b5856c (diff)
downloadActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.tar
ActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.tar.gz
ActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.zip
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.
Diffstat (limited to 'src/archive_parser.h')
-rw-r--r--src/archive_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_parser.h b/src/archive_parser.h
index fba97cd..5d45812 100644
--- a/src/archive_parser.h
+++ b/src/archive_parser.h
@@ -30,7 +30,7 @@ public:
InitError init();
void update_status_list(ViewStatusTypes allowed_types, QListWidget *parent);
- QString get_html_status_info(int status_index, int text_zone_width);
+ QString get_html_status_info(int status_index, int text_zone_width, StatusType status_type);
QString get_html_status_text(int status_index);
private:
QString outbox_filename;