I'm using elfeed-protocol-ttrs with a shared instance of Tiny Tiny RSS running on SDF.org. Because there are multiple users, the current update strategy does not work because the results won't be contiguous, i.e getArticle and iterating through ids. Instead I think getHeadlines with since_id will work + skip to get older items same as how the star refactoring handled things?
I'm using elfeed-protocol-ttrs with a shared instance of Tiny Tiny RSS running on SDF.org. Because there are multiple users, the current update strategy does not work because the results won't be contiguous, i.e
getArticleand iterating through ids. Instead I thinkgetHeadlineswithsince_idwill work + skip to get older items same as how the star refactoring handled things?