diff options
author | default <nobody@localhost> | 2023-02-05 13:35:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-05 13:35:50 +0100 |
commit | 12aedfadfd9c7805bb7138f64695858b6ceca62c (patch) | |
tree | 7513c57743d6f46e382e0a0cc43a22f9607d79c8 /html.c | |
parent | 8983eb141db47a9f86e64523bfea6ca355ad4e7b (diff) |
New function timeline_get().
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1256,7 +1256,7 @@ int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char * while (xs_list_iter(&p, &v)) { xs *msg = NULL; - if (!valid_status(object_get_by_md5(v, &msg, NULL))) + if (!valid_status(timeline_get(&snac, v, &msg))) continue; char *id = xs_dict_get(msg, "id"); |