# Publication of Timed Topics don't trigger new topic notifications

**URL:** https://meta.discourse.org/t/publication-of-timed-topics-dont-trigger-new-topic-notifications/139335
**Category:** Bug
**Created:** [21 januari 2020 om 20:17 UTC](https://meta.discourse.org/t/publication-of-timed-topics-dont-trigger-new-topic-notifications/139335 "2020-01-21T20:17:13Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [29 januari 2020 om 00:32 UTC](https://meta.discourse.org/t/publication-of-timed-topics-dont-trigger-new-topic-notifications/139335/14 "2020-01-29T00:32:28Z")

</div>

First of all, thank you for report the issue.

I think I fixed that issue in this commit: [FIX: correct notification when tag or category is added (#8801) · discourse/discourse@20e7fb1 · GitHub](https://github.com/discourse/discourse/commit/20e7fb1c958790fa2dafc80bf6fe76b0556a2b92)

Basically, I improved a little bit the logic around notification

If the user has already seen the post, the type of notification should be `edited`. The case for that is when for example OP will add category or tag which is watched by another user.

However, when the user hasn’t yet seen the post, the type of notification should be “new  
reply”. The case for that is when for example topic is under private  
category and set for publishing later. In that case, we modify an  
existing topic, however, from the user perspective, it is like a new post.

Could you confirm if that is solving the mentioned issue?

---

_[View the full topic](https://meta.discourse.org/t/publication-of-timed-topics-dont-trigger-new-topic-notifications/139335)._
