# Potential way to hide ignored users from topic list?

**URL:** https://meta.discourse.org/t/potential-way-to-hide-ignored-users-from-topic-list/191980
**Category:** Development
**Created:** [May 28, 2021, 10:03pm UTC](https://meta.discourse.org/t/potential-way-to-hide-ignored-users-from-topic-list/191980 "2021-05-28T22:03:04Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![th21](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/th21/32/211915_2.png) [@th21](https://meta.discourse.org/u/th21)
#### Post date: [February 28, 2023, 5:02pm UTC](https://meta.discourse.org/t/potential-way-to-hide-ignored-users-from-topic-list/191980/6 "2023-02-28T17:02:52Z")

</div>

Maybe it’s too old to use, I made a new component if you would like to try it.

[https://github.com/notedboi/discourse-ignore-plus](https://github.com/notedboi/discourse-ignore-plus)

It’s based on

> [@Need help finding why topic list not updating after click new topic/reply alert](https://meta.discourse.org/t/need-help-finding-why-topic-list-not-updating-after-click-new-topic-reply-alert/215036):
>
> On the theme creator site I was trying to remove topics from ignored users from the topic list, here is my code api.modifyClass("component:topic-list", { @on("didReceiveAttrs") removeIgnoredUsers() { this.topics = this.topics.filter( topic =\> !ignored.includes(topic.posters[0].user.username) ); } }); It works on both mobile and desktop just as expected, but I find it also cause the topic list not to update after clicking on the new topic/reply alert. …

---

_[View the full topic](https://meta.discourse.org/t/potential-way-to-hide-ignored-users-from-topic-list/191980)._
