discourse/app
Krzysztof Kotlarek a1aa37758c
FIX: do not notify when the hidden tag is added or removed (#12025)
The bug was mentioned on meta https://meta.discourse.org/t/users-are-seeing-handling-of-unhandled-tag-again/155367

It was related to users who are watching a specific topic. In that case, when the hidden tag was added or removed to the topic they were notified by `NotifyTagChangeJob`.

That job should take hidden tags into consideration. If all changed tags are in a hidden group, it should exclude user not belong to that group.

At the same time, if visible to anyone tag is added or removed users watching topic should be notified.
2021-02-11 10:03:45 +11:00
..
assets Login signup zazz (#11957) 2021-02-10 14:53:18 -06:00
controllers UX: Changes to new features section in admin dashboard (#12029) 2021-02-10 13:12:04 -05:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: do not notify when the hidden tag is added or removed (#12025) 2021-02-11 10:03:45 +11:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FEATURE: Ability to dismiss new topics in a specific tag (#11968) 2021-02-09 10:39:30 +11:00
serializers FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
services FEATURE: Ability to dismiss new topics in a specific tag (#11968) 2021-02-09 10:39:30 +11:00
views FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00