diff options
author | default <nobody@localhost> | 2022-11-25 21:26:48 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-25 21:26:48 +0100 |
commit | 9867f321b57c876f2e673183ed41086b0c089563 (patch) | |
tree | 2066d18383b385d0e047f558c339f72b718e32b0 | |
parent | 2c34ec8d6c8c0b14c6072daaff0d88859c5cd26c (diff) |
Delete redundant call to timeline_update_indexes().
-rw-r--r-- | data.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1023,7 +1023,6 @@ void timeline_admire(snac *snac, char *id, char *admirer, int like) else snac_log(snac, xs_fmt("timeline_admire ignored for unknown object %s", id)); - timeline_update_indexes(snac, id); object_admire(id, admirer, like); } |