Zergling_man on Nostr: OCTADE The Real Grunfink According to html.c line 2995, it is probably controlled by ...
OCTADE (nprofile…z6ey) The Real Grunfink (nprofile…73zh) According to html.c line 2995, it is probably controlled by the max_timeline_entries config var.
This post is how I learned that snac2 exists though so all I know is what I spend a few minutes grepping. In particular, this function does have a little check just above that checks the Accept header to see if it should return RSS.
But that check sets p_path which then gets checked a little while later for null, and that's apparently what determines public timeline.
Ah, it gets checked for that val much later for "public timeline in RSS format".
... And that has a hard-coded value of 20.
So basically, you have to edit it (line 3432 of html.c) and recompile.
Maybe you want to turn it into a config option. I don't know what would be involved in that.
This post is how I learned that snac2 exists though so all I know is what I spend a few minutes grepping. In particular, this function does have a little check just above that checks the Accept header to see if it should return RSS.
But that check sets p_path which then gets checked a little while later for null, and that's apparently what determines public timeline.
Ah, it gets checked for that val much later for "public timeline in RSS format".
... And that has a hard-coded value of 20.
So basically, you have to edit it (line 3432 of html.c) and recompile.
Maybe you want to turn it into a config option. I don't know what would be involved in that.