diff options
author | default <nobody@localhost> | 2024-02-21 09:22:32 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-21 09:22:32 +0100 |
commit | e9553379e9922119468bc5ad1f26629c95f57e8d (patch) | |
tree | 2c3e10e3c1075dc7fa75719f6a955b46777b258e /snac.h | |
parent | ae6aafeb881c075a49eddd834bcfc21e9fc63b18 (diff) |
Log (and not notify) repeated likes and announces.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ int timeline_del(snac *snac, char *id); xs_list *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show); xs_list *timeline_list(snac *snac, const char *idx_name, int skip, int show); int timeline_add(snac *snac, const char *id, const xs_dict *o_msg); -void timeline_admire(snac *snac, const char *id, const char *admirer, int like); +int timeline_admire(snac *snac, const char *id, const char *admirer, int like); xs_list *timeline_top_level(snac *snac, xs_list *list); xs_list *local_list(snac *snac, int max); |