# Topics with no responses doesn't count same author response

**URL:** https://meta.discourse.org/t/topics-with-no-responses-doesnt-count-same-author-response/256425
**Category:** Support
**Created:** [February 27, 2023, 7:50pm UTC](https://meta.discourse.org/t/topics-with-no-responses-doesnt-count-same-author-response/256425 "2023-02-27T19:50:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![camilaoliveira](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camilaoliveira/32/256630_2.png) [@camilaoliveira](https://meta.discourse.org/u/camilaoliveira)
#### Post date: [February 27, 2023, 7:50pm UTC](https://meta.discourse.org/t/topics-with-no-responses-doesnt-count-same-author-response/256425/1 "2023-02-27T19:50:54Z")

</div>

The report of topics with no response (/admin/reports/topics\_with\_no\_response) isn’t couting the topics that have a reply from the author of the original post as “with response”.  
If a category has all topics with at least an reply, but 3 of the topics only have a reply from the op author, there would be 3 topics with no response.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 20, 2023, 10:44am UTC](https://meta.discourse.org/t/topics-with-no-responses-doesnt-count-same-author-response/256425/2 "2023-06-20T10:44:04Z")

</div>

Sorry for the delayed response, but I think this is working as intended. The Topics With No Response report is specifically looking for topics which haven’t picked up a reply from someone other than the OP:

> <https://github.com/discourse/discourse/blob/cee15d4177bee7f4302ffba66055ab8f90b1c244/app/models/topic.rb#L1779>

So if three of those topics have only the OP talking and no one else joining in then they would be considered not to have received a response yet.
