diff options
author | default <nobody@localhost> | 2024-04-11 19:29:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-11 19:29:30 +0200 |
commit | 46f2e324d8df49af914ba5781f13337dea7dd6aa (patch) | |
tree | db7abedc0387c039fd5b5bd315aef5b7a887309c /data.c | |
parent | 1a9bb5fd076a78bd336fc65aac6ee01f468eb4bd (diff) |
Undo for Likes and Announces are no longer dropped.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -916,6 +916,7 @@ int object_unadmire(const char *id, const char *actor, int like) fn = xs_replace_i(fn, ".json", like ? "_l.idx" : "_a.idx"); status = index_del(fn, actor); + index_gc(fn); srv_debug(0, xs_fmt("object_unadmire (%s) %s %s %d", like ? "Like" : "Announce", actor, fn, status)); |