Default Feed For Special

I used to be able to set the default feed in js/feedlist.js via
function feedlist_init()
viewfeed({feed: -[some number]});

Searching for files with that line seemed to yield only ‘old’ files. Seems that has been deprecated?

In the end, I am looking for a way to make ‘All Articles’ the default vs ‘Fresh Articles’

Searching ‘Default, feed, list’ and the like and various combos didn’t turn up anything pointing to a solve. Happy to be link slapped if you have it, else, looking for guidance.

Cheers

you will have to hook into App (or Feeds) object and override a similarly named method
this has been recently discussed, search the forum

I just bookmark the All Articles feed. TT-RSS puts #f=-4 at the end of the URL and if you open with that it automatically knows to go to that feed.