Add settings for changing the visibility of replies in the timeline.

This commit is contained in:
scarlett 2018-08-24 20:04:26 +01:00
parent 14db3f279d
commit 296ab54301
7 changed files with 62 additions and 1 deletions

View file

@ -15,6 +15,7 @@ const defaultState = {
hoverPreview: true,
pauseOnUnfocused: true,
stopGifs: false,
replyVisibility: 'all',
muteWords: [],
highlight: {}
}