main ← fix/rss-feed-query-params
opened 12:48PM - 07 Apr 26 UTC
Most RSS feed endpoints (category, top, hot, user topics, top period) were const…ructing `TopicQuery` without passing `build_topic_list_options`, so query params like `exclude_tag`, `tags`, `status`, etc. were silently ignored. Only `latest_feed` correctly passed them through.
Extracts a `topic_query` helper that always merges `build_topic_list_options`, and updates all feed methods to use it. This makes it harder to forget query params when adding new feeds.
https://meta.discourse.org/t/400034