Merge branch 'greentext-strikes-back' into 'develop'

⑨ Added greentext support ⑨

Closes #9

See merge request pleroma/pleroma-fe!994
This commit is contained in:
HJ 2019-11-19 14:22:17 +00:00
commit 0eda60eeb4
10 changed files with 256 additions and 13 deletions

View file

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

View file

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