aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-02-08 21:27:58 +0000
committerfeld <feld@feld.me>2019-02-08 21:27:58 +0000
commit9768558e7c65f6a4a343d4a78b2297e4888cf77b (patch)
treeda9e2c0944acd4a2453ef59ac63e622cbbec6b73 /src/modules/instance.js
parentda0a5535eb09f6637df921a8a5f951c295bedeac (diff)
parent5b52e020e32def19622e3d1df82f93bc716946e2 (diff)
Merge branch 'fix/show-features-panel-not-working' into 'develop'
#322 Fix showFeaturesPanel option as instance See merge request pleroma/pleroma-fe!552
Diffstat (limited to 'src/modules/instance.js')
-rw-r--r--src/modules/instance.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js
index 475da92e..b4ec8253 100644
--- a/src/modules/instance.js
+++ b/src/modules/instance.js
@@ -29,6 +29,7 @@ const defaultState = {
nsfwCensorImage: undefined,
vapidPublicKey: undefined,
noAttachmentLinks: false,
+ showFeaturesPanel: true,
// Nasty stuff
pleromaBackend: true,