diff options
| author | default <nobody@localhost> | 2024-11-24 08:17:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-24 08:17:38 +0100 |
| commit | 7287776fd1f659619e211ee482ba0d6d64ddbf0b (patch) | |
| tree | 26d4c501947a86d294080730db38ee052ce658d3 /snac.h | |
| parent | 35b35ec3afff47be872004448e6ba81a6a339131 (diff) | |
New function pending_add().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,6 +141,8 @@ int follower_del(snac *snac, const char *actor); int follower_check(snac *snac, const char *actor); xs_list *follower_list(snac *snac); +int pending_add(snac *user, const char *actor, const xs_dict *msg); + double timeline_mtime(snac *snac); int timeline_touch(snac *snac); int timeline_here(snac *snac, const char *md5); |