Merge branch 'fix/sidebarRight_option' into 'develop'

The sidebarRight option wasn't being read

Closes #858

See merge request pleroma/pleroma-fe!1125
localforage-experiments
HJ 4 years ago
commit f288178b67

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

Loading…
Cancel
Save