mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Call list_distribute() from timeline_request().
This commit is contained in:
parent
38106471c8
commit
75911f5ce9
1 changed files with 3 additions and 0 deletions
|
@ -378,6 +378,9 @@ int timeline_request(snac *snac, const char **id, xs_str **wrk, int level)
|
|||
/* store */
|
||||
timeline_add(snac, nid, object);
|
||||
|
||||
/* redistribute to lists for this user */
|
||||
list_distribute(snac, actor, object);
|
||||
|
||||
/* recurse! */
|
||||
timeline_request(snac, &in_reply_to, NULL, level + 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue