From 4425d8e985e35cee72acf7b22f50422c8e1ac2a3 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 12 Jul 2026 20:12:03 +0200 Subject: Added count of EmojiReacts to top_ten. --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 69180ae..cb4ae56 100644 --- a/snac.h +++ b/snac.h @@ -157,6 +157,7 @@ int object_emoji_react(const char *mid, const char *eid); int object_rm_emoji_react(const char *mid, const char *eid); int object_likes_len(const char *id); int object_announces_len(const char *id); +int object_emojireacts_len(const char *id); xs_list *object_children(const char *id); xs_list *object_likes(const char *id); -- cgit