revert to using local setting for default nsfw since backend is broken
This commit is contained in:
parent
9623b0e140
commit
f626da838a
3 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { get, set } from 'lodash'
|
|||
|
||||
export const settingsMapGet = {
|
||||
'defaultScope': 'source.privacy',
|
||||
'defaultNSFW': 'source.sensitive',
|
||||
'defaultNSFW': 'source.sensitive', // BROKEN: pleroma/pleroma#2837
|
||||
'stripRichContent': 'source.pleroma.no_rich_content',
|
||||
// Privacy
|
||||
'locked': 'locked',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue