FEATURE: Add ability to watch chat threads (#28639)

This change introduces a new thread notification level allowing users to get notified when someone replies to the thread.

Users who watch a thread will get a green notification on the chat icon and a user notification (blue). User notifications are consolidated based on thread id to prevent cluttering the original users notification area.

---------

Co-authored-by: Régis Hanol <regis@hanol.fr>
This commit is contained in:
David Battersby
2024-09-02 16:45:55 +04:00
committed by GitHub
parent cef1dcfc7d
commit 997fbc9757
40 changed files with 929 additions and 78 deletions

View File

@@ -119,6 +119,9 @@
"chat_quoted": {
"type": "integer"
},
"chat_watched_thread": {
"type": "integer"
},
"assigned": {
"type": "integer"
},