Merge branch 'fix/sidebarRight_option' into 'develop'

The sidebarRight option wasn't being read

Closes #858

See merge request pleroma/pleroma-fe!1125
This commit is contained in:
HJ 2020-05-28 17:36:05 +00:00
commit f288178b67

View file

@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('showFeaturesPanel')
copyInstanceOption('hideSitename')
copyInstanceOption('sidebarRight')
return store.dispatch('setTheme', config['theme'])
}