aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-05-28 17:36:05 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-05-28 17:36:05 +0000
commitf288178b677f47c516ea70ca148f8884aa0b867a (patch)
treeac8ef51ffb0f21d19a768b86e300ed5be228a9b9
parentcf3fbdd61096d3e51c09179474f383f8351a33cb (diff)
parent5f41ee88649ea8cf452680c8081f7d7417a522d3 (diff)
Merge branch 'fix/sidebarRight_option' into 'develop'
The sidebarRight option wasn't being read Closes #858 See merge request pleroma/pleroma-fe!1125
-rw-r--r--src/boot/after_store.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js
index abdba305..0db03547 100644
--- a/src/boot/after_store.js
+++ b/src/boot/after_store.js
@@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('showFeaturesPanel')
copyInstanceOption('hideSitename')
+ copyInstanceOption('sidebarRight')
return store.dispatch('setTheme', config['theme'])
}