Make extra notification display customizable

This commit is contained in:
tusooa 2023-08-18 20:34:27 -04:00
commit 7f51ea369e
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 105 additions and 5 deletions

View file

@ -103,6 +103,11 @@ const defaultState = {
conversationTreeAdvanced: false,
conversationOtherRepliesButton: 'below',
conversationTreeFadeAncestors: false,
showExtraNotifications: true,
showExtraNotificationsTip: true,
showChatsInExtraNotifications: true,
showAnnouncementsInExtraNotifications: true,
showFollowRequestsInExtraNotifications: true,
maxDepthInThread: 6,
autocompleteSelect: false,