diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 14:28:35 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 14:28:35 -0500 |
| commit | c2bba3f5addf4c6b851bd2d2e7e53d7e897c0115 (patch) | |
| tree | 7e1206f3f127f4738f029746e36dec201110fda8 /src/boot | |
| parent | 7a0e554daf843fe9e98053e79ec0114c380ededb (diff) | |
Remove unused noAttachmentLinks option
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 0 insertions, 1 deletions
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') |
