# Topics by muted users should not appear in Latest

**URL:** https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584
**Category:** Feature
**Created:** [11월 15, 2015, 8:06오후 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584 "2015-11-15T20:06:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Drew\_Warwick](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drew_warwick/32/80591_2.png) [@Drew\_Warwick](https://meta.discourse.org/u/Drew_Warwick)
#### Post date: [11월 15, 2015, 8:06오후 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584/1 "2015-11-15T20:06:21Z")

</div>

Muted topics and categories will not appear in Latest, but topics started by muted users still show up in Latest. In the Discourse forum I’m using, we have a “Lounge” category where off-topic stuff can be posted. The community is mature enough to make that category an enjoyable experience, but there’s this one users who repeatedly posts about random news articles nobody finds interesting and treats it like his personal Twitter “Oh hey guys I had eggs for breakfast today”. He only posts in the lounge which allows off-topic discussion, so he’s technically not breaking any rules. A lot of us in the community have tried flagging his posts as “Something Else” explaining how even though the Lounge allows off-topic discussion, there needs to be a line that can’t be crossed, but the site moderators turn a deaf ear to our pleas since he’s _technically_ not breaking any rules.

I don’t want to have to mute an entire category I typically enjoy just so I don’t have to see this guy’s posts – it would be very nice if muted users’ topics did not appear in Latest.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [11월 15, 2015, 10:59오후 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584/2 "2015-11-15T22:59:46Z")

</div>

That would be a big scope increase in how muting a user works, though. Basically all topics started by that user would need to be muted immediately after creation for the users who have that user muted.

---

<div class="post-metadata">

### Author: ![Drew\_Warwick](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drew_warwick/32/80591_2.png) [@Drew\_Warwick](https://meta.discourse.org/u/Drew_Warwick)
#### Post date: [11월 16, 2015, 12:36오전 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584/3 "2015-11-16T00:36:20Z")

</div>

Wouldn’t it be cleaner to just filter out topics by those users directly instead of muting every thread they made?

Couldn’t you add a remove\_muted\_users filter and add it in to topic\_query.rb on line 220?

```plaintext
result = remove_muted_users(result, @user)
```

> <https://github.com/discourse/discourse/blob/main/lib/topic_query.rb>

---

<div class="post-metadata">

### Author: ![iTuune](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ituune/32/48033_2.png) [@iTuune](https://meta.discourse.org/u/iTuune)
#### Post date: [11월 16, 2015, 5:32오전 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584/4 "2015-11-16T05:32:05Z")

</div>

That actually sounds helpful, being able to remove certain users posts that really aren’t your interest or just are annoying.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [2월 28, 2017, 9:49오후 UTC](https://meta.discourse.org/t/topics-by-muted-users-should-not-appear-in-latest/35584/5 "2017-02-28T21:49:34Z")

</div>

Continued here:

[https://meta.discourse.org/t/ability-to-block-or-mute-another-user/6001?u=erlend\_sh](https://meta.discourse.org/t/ability-to-block-or-mute-another-user/6001)
