Merge branch 'develop' into issue/1383
[akkoma] / priv / static / static / config.json
index 62b85aae5b36b7494756630374d494b692720149..c82678699c7a93a7ef8efcbf10c8bd95ad462516 100644 (file)
@@ -2,15 +2,22 @@
   "theme": "pleroma-dark",
   "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
+  "logoMask": true,
+  "logoMargin": ".1em",
   "redirectRootNoLogin": "/main/all",
   "redirectRootLogin": "/main/friends",
-  "chatDisabled": false,
-  "showWhoToFollowPanel": false,
-  "whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
-  "whoToFollowProviderDummy2": "https://followlink.osa-p.net/api/get_recommend.json?acct=@{{user}}@{{host}}",
-  "whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
-  "whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
   "showInstanceSpecificPanel": false,
-  "scopeOptionsEnabled": false,
-  "collapseMessageWithSubject": false
+  "collapseMessageWithSubject": false,
+  "scopeCopy": true,
+  "subjectLineBehavior": "email",
+  "postContentType": "text/plain",
+  "alwaysShowSubjectInput": true,
+  "hidePostStats": false,
+  "hideUserStats": false,
+  "loginMethod": "password",
+  "webPushNotifications": false,
+  "noAttachmentLinks": false,
+  "nsfwCensorImage": "",
+  "showFeaturesPanel": true,
+  "minimalScopesMode": false
 }