diff --git a/src/boot/after_store.js b/src/boot/after_store.js
index 8671c6b6..b1f1ee02 100644
--- a/src/boot/after_store.js
+++ b/src/boot/after_store.js
@@ -159,6 +159,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
   copyInstanceOption('alwaysShowSubjectInput')
   copyInstanceOption('showFeaturesPanel')
   copyInstanceOption('hideSitename')
+  copyInstanceOption('renderMisskeyMarkdown')
   copyInstanceOption('sidebarRight')
 
   return store.dispatch('setTheme', config['theme'])