diff options
| author | 2023-05-01 17:20:49 +0200 | |
|---|---|---|
| committer | 2023-05-01 17:20:49 +0200 | |
| commit | 4595a3685992a8f31b86cca0ecf10e286dec52eb (patch) | |
| tree | 6be6e834c212a9e4676182c26baf4a937d34b6da /snac.h | |
| parent | New functions index_del_md5(), index_del() and object_unadmire(). (diff) | |
| download | snac2-4595a3685992a8f31b86cca0ecf10e286dec52eb.tar.gz snac2-4595a3685992a8f31b86cca0ecf10e286dec52eb.tar.xz snac2-4595a3685992a8f31b86cca0ecf10e286dec52eb.zip | |
Partial support for mastoapi unfavourite / unreblog.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -83,6 +83,7 @@ int object_del_if_unref(const char *id); | |||
| 83 | double object_ctime_by_md5(const char *md5); | 83 | double object_ctime_by_md5(const char *md5); |
| 84 | double object_ctime(const char *id); | 84 | double object_ctime(const char *id); |
| 85 | int object_admire(const char *id, const char *actor, int like); | 85 | int object_admire(const char *id, const char *actor, int like); |
| 86 | int object_unadmire(const char *id, const char *actor, int like); | ||
| 86 | 87 | ||
| 87 | int object_likes_len(const char *id); | 88 | int object_likes_len(const char *id); |
| 88 | int object_announces_len(const char *id); | 89 | int object_announces_len(const char *id); |