forked from AkkomaGang/akkoma-fe
Remove unused noAttachmentLinks option
This commit is contained in:
parent
7a0e554daf
commit
c2bba3f5ad
3 changed files with 0 additions and 3 deletions
|
@ -108,7 +108,6 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
|
|||
copyInstanceOption('subjectLineBehavior')
|
||||
copyInstanceOption('postContentType')
|
||||
copyInstanceOption('alwaysShowSubjectInput')
|
||||
copyInstanceOption('noAttachmentLinks')
|
||||
copyInstanceOption('showFeaturesPanel')
|
||||
copyInstanceOption('hideSitename')
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ const defaultState = {
|
|||
hideSitename: false,
|
||||
nsfwCensorImage: undefined,
|
||||
vapidPublicKey: undefined,
|
||||
noAttachmentLinks: false,
|
||||
showFeaturesPanel: true,
|
||||
minimalScopesMode: false,
|
||||
greentext: false,
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"hideUserStats": false,
|
||||
"loginMethod": "password",
|
||||
"webPushNotifications": false,
|
||||
"noAttachmentLinks": false,
|
||||
"nsfwCensorImage": "",
|
||||
"showFeaturesPanel": true,
|
||||
"minimalScopesMode": false
|
||||
|
|
Loading…
Reference in a new issue