diff options
| author | 2023-05-01 17:20:49 +0200 | |
|---|---|---|
| committer | 2023-05-01 17:20:49 +0200 | |
| commit | 4595a3685992a8f31b86cca0ecf10e286dec52eb (patch) | |
| tree | 6be6e834c212a9e4676182c26baf4a937d34b6da /data.c | |
| 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 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -827,7 +827,7 @@ int object_unadmire(const char *id, const char *actor, int like) | |||
| 827 | 827 | ||
| 828 | status = index_del(fn, actor); | 828 | status = index_del(fn, actor); |
| 829 | 829 | ||
| 830 | srv_debug(1, | 830 | srv_debug(0, |
| 831 | xs_fmt("object_unadmire (%s) %s %s %d", like ? "Like" : "Announce", actor, fn, status)); | 831 | xs_fmt("object_unadmire (%s) %s %s %d", like ? "Like" : "Announce", actor, fn, status)); |
| 832 | 832 | ||
| 833 | return status; | 833 | return status; |