From f67c4cf7d95739fb5cfa7e6644565ba9fe4c925c Mon Sep 17 00:00:00 2001 From: default Date: Mon, 6 May 2024 06:40:07 +0200 Subject: More logging! --- mastoapi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mastoapi.c b/mastoapi.c index e435ce9..e9b3993 100644 --- a/mastoapi.c +++ b/mastoapi.c @@ -1467,6 +1467,10 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, if (limit == 0) limit = 20; + snac_debug(&snac1, 1, + xs_fmt("/v1/timelines/home: max_id=%s since_id=%s min_id=%s limit=%s", + max_id, since_id, min_id, limit_s)); + xs *timeline = timeline_simple_list(&snac1, "private", 0, 2048); xs *out = xs_list_new(); -- cgit v1.2.3