discourse/app
Krzysztof Kotlarek 69266f60ed FIX: tag and category watchers regression (#8336)
I made a regression here 17366d3bcc (diff-ddeebb36d131f89ca91be9d04c2baefaR10)

When the tag is added, people watching specific tag are notified but also people watching specific category.

Therefore, `notify_post_users` should accept options who should be notified.

So when `category` is added to the topic, users watching topic and users watching category are notified.

When `tag` is added to the topic, users watching topic and users watching tag are notified

Finally, when a new post is created, everybody is notified, topic watchers, category watchers, tag watchers.
2019-11-12 16:44:46 +11:00
..
assets FIX: In case `@ember/object` hasn't been loaded yet 2019-11-11 15:56:58 -05:00
controllers FIX: Better error handling for invalid locale bundle versions 2019-11-11 22:30:32 +01:00
helpers FEATURE: Load translation overrides without JS `eval` 2019-11-05 19:16:38 +01:00
jobs FIX: tag and category watchers regression (#8336) 2019-11-12 16:44:46 +11:00
mailers UX: show user email address on "grant admin access" email and UI 2019-11-04 14:47:00 +05:30
models FIX: use correct class variable to get notification levels. 2019-11-11 18:57:14 +05:30
serializers FIX: Keep emoji images in group bio excerpt (#8329) 2019-11-11 18:42:08 +02:00
services FIX: tag and category watchers regression (#8336) 2019-11-12 16:44:46 +11:00
views FIX: add <img> alt attribute for Summary emails 2019-11-06 15:26:46 +05:30