diff options
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 7b0e0da4..625323b9 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -27,11 +27,13 @@ const defaultState = { scopeCopy: true, subjectLineBehavior: 'email', postContentType: 'text/plain', + hideSitename: false, nsfwCensorImage: undefined, vapidPublicKey: undefined, noAttachmentLinks: false, showFeaturesPanel: true, minimalScopesMode: false, + greentext: false, // Nasty stuff pleromaBackend: true, |
