diff options
author | default <nobody@localhost> | 2023-02-08 13:28:03 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-08 13:28:03 +0100 |
commit | b64d0f338d6014799a82138619cbc9588775982f (patch) | |
tree | 57b6268790285eef8879f15296303474a11d82dc /snac.h | |
parent | 3fcc139d6651a7d1c4fb431b3a9ee17cac897b27 (diff) |
New function timeline_here().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); +int timeline_here(snac *snac, const char *md5); int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); int timeline_del(snac *snac, char *id); d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show); |