summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-11 17:10:58 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-11 17:10:58 +0100
commit22c763f1ffdc7dc845be03c05851d7b896081cb2 (patch)
treeeab1542f91f758c88d8b3cd43ed2f66276f78119 /eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
parentd8ff92c1baf2c9714f21729e7d37c66f59c162ff (diff)
Add post metadata to events view and enhance notification handling
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h')
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
index 150438a..586d1a0 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
+++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodonpostsmodel.h
@@ -42,6 +42,9 @@ public:
Link,
BoostedBy,
RebloggedBy,
+ RepliesCount,
+ FavouritesCount,
+ ReblogsCount,
InstanceUrl,
Accounts
};