This commit is contained in:
Your New SJW Waifu 2019-11-24 19:21:17 -06:00
parent 17265f65c9
commit ea8b6e7439
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ export const defaultState = {
playVideosInModal: false,
useOneClickNsfw: false,
useContainFit: true,
greentext: true, // instance default
greentext: undefined, // instance default
hidePostStats: undefined, // instance default
hideUserStats: undefined // instance default
}

View File

@ -32,7 +32,7 @@ const defaultState = {
noAttachmentLinks: false,
showFeaturesPanel: true,
minimalScopesMode: false,
greentext: false,
greentext: true,
// Nasty stuff
pleromaBackend: true,