diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-01 19:32:37 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-01 19:32:37 +0000 |
| commit | 3c2931529ef14c3796e9afb21180392a0a7d9725 (patch) | |
| tree | 6a5e6158539ce420e473fc7e26932e0d5b9108b9 /static | |
| parent | c17de4b638f6a2a575e5b44bccca9c39fe4db30e (diff) | |
| parent | 07927328226f7643d6df1762031f3147d121798e (diff) | |
Merge branch 'minimal-scopes-mode' into 'develop'
Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
See merge request pleroma/pleroma-fe!633
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json index 533a5b08..04cbb97b 100644 --- a/static/config.json +++ b/static/config.json @@ -8,7 +8,6 @@ "redirectRootLogin": "/main/friends", "chatDisabled": false, "showInstanceSpecificPanel": false, - "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, "collapseMessageWithSubject": false, "scopeCopy": true, @@ -21,5 +20,6 @@ "webPushNotifications": false, "noAttachmentLinks": false, "nsfwCensorImage": "", - "showFeaturesPanel": true + "showFeaturesPanel": true, + "minimalScopesMode": false } |
