added some settings for notifications
This commit is contained in:
parent
2f90c629b8
commit
e3ee3eacca
8 changed files with 76 additions and 7 deletions
|
|
@ -127,7 +127,10 @@ export const defaultState = {
|
|||
showAnnouncementsInExtraNotifications: undefined, // instance default
|
||||
showFollowRequestsInExtraNotifications: undefined, // instance default
|
||||
maxDepthInThread: undefined, // instance default
|
||||
autocompleteSelect: undefined // instance default
|
||||
autocompleteSelect: undefined, // instance default
|
||||
closingDrawerMarksAsSeen: undefined, // instance default
|
||||
unseenAtTop: undefined, // instance default
|
||||
ignoreInactionableSeen: undefined // instance default
|
||||
}
|
||||
|
||||
// caching the instance default properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue