FEATURE: Silence Close Notifications User Setting (#26072)

This change creates a user setting that they can toggle if
they don't want to receive unread notifications when someone closes a
topic they have read and are watching/tracking it.
This commit is contained in:
Blake Erickson
2024-03-08 15:14:46 -07:00
committed by GitHub
parent 3f1566eeb1
commit f71e9aad60
13 changed files with 106 additions and 9 deletions

View File

@@ -794,6 +794,9 @@
},
"seen_popups": {
"type": ["array", "null"]
},
"topics_unread_when_closed": {
"type": "boolean"
}
},
"required": [
@@ -828,7 +831,8 @@
"text_size_seq",
"title_count_mode",
"timezone",
"skip_new_user_tips"
"skip_new_user_tips",
"topics_unread_when_closed"
]
}
},