aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-12-13 16:58:29 +0000
committerfeld <feld@feld.me>2019-12-13 16:58:29 +0000
commit0b49e798e0737728e94ff8a284a4570acc7bac28 (patch)
treebfe101ff2213ca145b11f047a039ee4b7d28b2d8 /src/App.js
parent766a674a488c68a11be925639d7fd2a9242df9ae (diff)
parentd899d06973c7c46e77f9e47f480d6967e83b4adf (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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 78ff29da..61b5eec1 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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 () {