aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/instance.js')
-rw-r--r--src/modules/instance.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js
index ebc7732a..9bef5235 100644
--- a/src/modules/instance.js
+++ b/src/modules/instance.js
@@ -25,10 +25,12 @@ const defaultState = {
disableChat: false,
scopeCopy: true,
subjectLineBehavior: 'email',
+ postContentType: 'text/plain',
loginMethod: 'password',
nsfwCensorImage: undefined,
vapidPublicKey: undefined,
noAttachmentLinks: false,
+ showFeaturesPanel: true,
// Nasty stuff
pleromaBackend: true,