diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 34f6d6e7..abdba305 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -108,7 +108,6 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('subjectLineBehavior') copyInstanceOption('postContentType') copyInstanceOption('alwaysShowSubjectInput') - copyInstanceOption('noAttachmentLinks') copyInstanceOption('showFeaturesPanel') copyInstanceOption('hideSitename') diff --git a/src/modules/instance.js b/src/modules/instance.js index ffece311..0f430e81 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -32,7 +32,6 @@ const defaultState = { hideSitename: false, nsfwCensorImage: undefined, vapidPublicKey: undefined, - noAttachmentLinks: false, showFeaturesPanel: true, minimalScopesMode: false, greentext: false, diff --git a/static/config.json b/static/config.json index c8267869..0ce85f99 100644 --- a/static/config.json +++ b/static/config.json @@ -16,7 +16,6 @@ "hideUserStats": false, "loginMethod": "password", "webPushNotifications": false, - "noAttachmentLinks": false, "nsfwCensorImage": "", "showFeaturesPanel": true, "minimalScopesMode": false