diff options
| author | feld <feld@feld.me> | 2019-12-13 16:58:29 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2019-12-13 16:58:29 +0000 |
| commit | 0b49e798e0737728e94ff8a284a4570acc7bac28 (patch) | |
| tree | bfe101ff2213ca145b11f047a039ee4b7d28b2d8 /src/App.js | |
| parent | 766a674a488c68a11be925639d7fd2a9242df9ae (diff) | |
| parent | d899d06973c7c46e77f9e47f480d6967e83b4adf (diff) | |
Merge branch 'feature/lockdown-timelines-private-mode' into 'develop'
interaction with BE private mode
See merge request pleroma/pleroma-fe!989
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, - isMobileLayout () { return this.$store.state.interface.mobileLayout } + isMobileLayout () { return this.$store.state.interface.mobileLayout }, + privateMode () { return this.$store.state.instance.private } }, methods: { scrollToTop () { |
