# Long term whisper posts on topics?

**URL:** https://meta.discourse.org/t/long-term-whisper-posts-on-topics/45057
**Category:** Bug
**Created:** [31. Mai 2016 um 22:33 UTC](https://meta.discourse.org/t/long-term-whisper-posts-on-topics/45057 "2016-05-31T22:33:00Z")
**Posts on this page:** 1
**Showing post:** 10

<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: [5. Dezember 2016 um 03:06 UTC](https://meta.discourse.org/t/long-term-whisper-posts-on-topics/45057/10 "2016-12-05T03:06:38Z")

</div>

This is now fixed per:

[https://github.com/discourse/discourse/commit/33d0a23d84a4d22f28b33a44df67dee1d14c35a0](https://github.com/discourse/discourse/commit/33d0a23d84a4d22f28b33a44df67dee1d14c35a0)

Whispers are no longer an “experimental” feature.

There are a few notes though:

If you have an old system where you had “experimental whispers” enabled and were using them make sure you run:

```plaintext
./launcher enter app
rails c
Topic.reset_all_highest!

```

There is an edge case I will work on fixing where unread counts are higher than what they really are. In particular, if there is a whisper (or deleted post) between your old highest read post number and last visible post number on topic. I have an idea on how to fix but it is not a show stopper.

---

_[View the full topic](https://meta.discourse.org/t/long-term-whisper-posts-on-topics/45057)._
