# Suggest Modification to "Updated Topic" Count Notification

**URL:** https://meta.discourse.org/t/suggest-modification-to-updated-topic-count-notification/58947
**Category:** Bug
**Created:** [2017年三月12日 23:10 UTC](https://meta.discourse.org/t/suggest-modification-to-updated-topic-count-notification/58947 "2017-03-12T23:10:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mblatz](https://avatars.discourse-cdn.com/v4/letter/m/c4cdca/32.png) [@mblatz](https://meta.discourse.org/u/mblatz)
#### Post date: [2017年三月12日 23:10 UTC](https://meta.discourse.org/t/suggest-modification-to-updated-topic-count-notification/58947/1 "2017-03-12T23:10:55Z")

</div>

Hello. I am a Discourse user on another private forum. I noticed that even though I may have muted some topics, if those topics are updated they are still then reflected in the count displayed in the notification at top of forum that tells a user “_[count] new or updated topics. Click to show_”. This leads to the situation where clicking may (and often does for me and others) show nothing different that what was previously listed. Sometimes a bit confusing…

If this feature is working as intended, please disregard. If it makes sense that this count should only reflect new and un-muted topics, but not muted ones, please consider an appropriate modification.

---

<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: [2017年三月13日 04:27 UTC](https://meta.discourse.org/t/suggest-modification-to-updated-topic-count-notification/58947/2 "2017-03-13T04:27:50Z")

</div>

Yes, this is indeed annoying, has been reported before.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2017年三月13日 13:02 UTC](https://meta.discourse.org/t/suggest-modification-to-updated-topic-count-notification/58947/3 "2017-03-13T13:02:29Z")

</div>

这是一个 #Contribute > Bug（贡献：Bug），但一个超级棘手的 Bug，很难修复。

方案 1：

- 当前用户对象会记录你静音的所有话题，然后当我们收到消息时，始终与列表进行双重检查（开销太大）

方案 2：

- 消息总线从更新中排除所有静音该话题的用户（如果只有 10 个人静音了它，还可以接受；但如果 10000 个人静音了它，那就是灾难）

方案 3：

- 在我们收到消息总线更新后，额外发送一个 AJAX 请求来“双重检查”从消息总线获取的数据。（危害最小，但会显著增加网络流量）

我想不出什么简单的方法来修复这个问题，这只是一个妥协 ⛰
