logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f288178b677f47c516ea70ca148f8884aa0b867a
parent: cf3fbdd61096d3e51c09179474f383f8351a33cb
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 28 May 2020 17:36:05 +0000

Merge branch 'fix/sidebarRight_option' into 'develop'

The sidebarRight option wasn't being read

Closes #858

See merge request pleroma/pleroma-fe!1125

Diffstat:

Msrc/boot/after_store.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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']) }