Added ability to hide certain types of notifications

This commit is contained in:
Henry Jameson 2018-08-28 21:21:29 +03:00
parent 66a22762c2
commit b0e0686c7f
7 changed files with 110 additions and 17 deletions

View file

@ -18,6 +18,12 @@ const defaultState = {
pauseOnUnfocused: true,
stopGifs: false,
replyVisibility: 'all',
notificationVisibility: {
follows: true,
mentions: true,
likes: true,
repeats: true
},
muteWords: [],
highlight: {},
interfaceLanguage: browserLocale