FEATURE: Differentiate notification type for directly vs indirectly watched topic (#19433)

When user is watching category or tag (watching or watching first post) notifications are moved to other tab.

To achieve that and distinguish between post create to directly watched topics and indirectly watched topics, new notification type called `watching_category_or_tag` was introduced.
This commit is contained in:
Krzysztof Kotlarek
2022-12-14 10:22:26 +11:00
committed by GitHub
parent 4c20b54899
commit aa3a9b6fea
9 changed files with 37 additions and 25 deletions

View File

@@ -35,6 +35,9 @@
"posted": {
"type": "integer"
},
"watching_category_or_tag": {
"type": "integer"
},
"moved_post": {
"type": "integer"
},
@@ -124,6 +127,7 @@
"invited_to_private_message",
"invitee_accepted",
"posted",
"watching_category_or_tag",
"moved_post",
"linked",
"granted_badge",