Merge branch 'chore/remote-unused-option' into 'develop'

Remove unused noAttachmentLinks option

See merge request pleroma/pleroma-fe!1109
This commit is contained in:
Shpuld Shpludson 2020-05-20 14:42:29 +00:00
commit d53a4a754f
2 changed files with 0 additions and 2 deletions

View file

@ -108,7 +108,6 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
copyInstanceOption('subjectLineBehavior')
copyInstanceOption('postContentType')
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('noAttachmentLinks')
copyInstanceOption('showFeaturesPanel')
copyInstanceOption('hideSitename')

View file

@ -14,7 +14,6 @@
"logoMargin": ".1em",
"logoMask": true,
"minimalScopesMode": false,
"noAttachmentLinks": false,
"nsfwCensorImage": "",
"postContentType": "text/plain",
"redirectRootLogin": "/main/friends",