diff options
| author | grunfink <grunfink@comam.es> | 2025-05-27 21:14:23 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-27 21:14:23 +0200 |
| commit | 5bc451159420d5d51a507fda82a623069cfae92b (patch) | |
| tree | 725767368e77caa9751d39778b046b5ad00e4806 /mastoapi.c | |
| parent | 631e44a64a20741b5e4716bf75caf7fa743fef82 (diff) | |
New function timeline_here().
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2508,9 +2508,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, /* reply something only for offset 0; otherwise, apps like Tusky keep asking again and again */ if (xs_startswith(q, "https://")) { - xs *md5 = xs_md5_hex(q, strlen(q)); - - if (!timeline_here_by_md5(&snac1, md5)) { + if (!timeline_here(&snac1, q)) { xs *object = NULL; int status; |