Add setting to toggle NSFW hiding.
This commit is contained in:
parent
b939f70d17
commit
a7db72d7a7
6 changed files with 16 additions and 5 deletions
|
@ -4,7 +4,8 @@ import StyleSetter from '../services/style_setter/style_setter.js'
|
|||
const defaultState = {
|
||||
name: 'Pleroma FE',
|
||||
colors: {},
|
||||
hideAttachments: false
|
||||
hideAttachments: false,
|
||||
hideNsfw: true
|
||||
}
|
||||
|
||||
const config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue