diff options
Diffstat (limited to 'src/boot/after_store.js')
| -rw-r--r-- | src/boot/after_store.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index c4126e4c..fa44dace 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -85,8 +85,10 @@ const afterStoreSetup = ({ store, i18n }) => { copyInstanceOption('loginMethod') copyInstanceOption('scopeCopy') copyInstanceOption('subjectLineBehavior') + copyInstanceOption('postContentType') copyInstanceOption('alwaysShowSubjectInput') copyInstanceOption('noAttachmentLinks') + copyInstanceOption('showFeaturesPanel') if ((config.chatDisabled)) { store.dispatch('disableChat') |
