mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
More logging!
This commit is contained in:
parent
c884f7081a
commit
f67c4cf7d9
1 changed files with 4 additions and 0 deletions
|
@ -1467,6 +1467,10 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
|
||||||
if (limit == 0)
|
if (limit == 0)
|
||||||
limit = 20;
|
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 *timeline = timeline_simple_list(&snac1, "private", 0, 2048);
|
||||||
|
|
||||||
xs *out = xs_list_new();
|
xs *out = xs_list_new();
|
||||||
|
|
Loading…
Reference in a new issue