diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-20 15:42:42 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-20 15:42:42 +0000 |
| commit | a8e9c05f09926f1dde09174752c71c6d5822b6f4 (patch) | |
| tree | 803de4e4b6c5b63b1028a453aaa52311d4cf5063 /src/modules/instance.js | |
| parent | 0b44a5b601fc57de53a73784374dc71bc28700c7 (diff) | |
| parent | 2135dc8510d50b4c37765364afdde3f275708e3f (diff) | |
Merge branch 'feat/sidebar-alignment' into 'develop'
[#765] Permit sidebar alignment with instance configuration option
See merge request pleroma/pleroma-fe!1106
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 94d4176b..da82eb01 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -35,6 +35,7 @@ const defaultState = { scopeCopy: true, showFeaturesPanel: true, showInstanceSpecificPanel: false, + sidebarRight: false, subjectLineBehavior: 'email', theme: 'pleroma-dark', |
