# Rss for unanswered topics

**URL:** https://meta.discourse.org/t/rss-for-unanswered-topics/155812
**Category:** Support
**Tags:** rss
**Created:** [June 24, 2020, 2:05pm UTC](https://meta.discourse.org/t/rss-for-unanswered-topics/155812 "2020-06-24T14:05:46Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [July 31, 2020, 8:56pm UTC](https://meta.discourse.org/t/rss-for-unanswered-topics/155812/7 "2020-07-31T20:56:17Z")

</div>

I have a PR created to address this issue:

[https://github.com/discourse/discourse/pull/10350](https://github.com/discourse/discourse/pull/10350)

While looking into this I discovered that the .rss routes don’t actually call the same backend code as the .json routes do so this is why the behavior is a bit different and was ignoring the query parameters. I’m not actually sure they the .rss routes are different, but my change makes sure that the `/latest.rss` route will take into account any query parameters. If there are any other .rss routes you are hitting we may need to update those as well.

---

_[View the full topic](https://meta.discourse.org/t/rss-for-unanswered-topics/155812)._
