I had an interesting idea for an alternate Discourse user agent, but it would require a topic list filter for created_after.
Specifically I want this to work: /latest.json?order=op_likes&created_after=2023-06-07
Prior art: The bumped_before query parameter exists in the opposite direction, but having it be a number of days feels like a mistake. I think DateTime.parse(...).trunc(1.hour) would give a good balance of caching and precision.