1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-13 17:45:11 +01:00
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, playVideosInModal: false,
useOneClickNsfw: false, useOneClickNsfw: false,
useContainFit: true, useContainFit: true,
greentext: true, // instance default greentext: undefined, // instance default
hidePostStats: undefined, // instance default hidePostStats: undefined, // instance default
hideUserStats: undefined // instance default hideUserStats: undefined // instance default
} }

View File

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