diff options
author | default <nobody@localhost> | 2023-05-01 17:20:49 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-01 17:20:49 +0200 |
commit | 4595a3685992a8f31b86cca0ecf10e286dec52eb (patch) | |
tree | 6be6e834c212a9e4676182c26baf4a937d34b6da /data.c | |
parent | c21bbd5f7ca814d65a3759d429c1d673bee5081b (diff) |
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) status = index_del(fn, actor); - srv_debug(1, + srv_debug(0, xs_fmt("object_unadmire (%s) %s %s %d", like ? "Like" : "Announce", actor, fn, status)); return status; |