mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Delete redundant call to timeline_update_indexes().
This commit is contained in:
parent
2c34ec8d6c
commit
9867f321b5
1 changed files with 0 additions and 1 deletions
1
data.c
1
data.c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue