summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-12-21 17:33:29 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-03 10:01:03 +0100
commit6afde1293259041d1504ce0cc8e997c03ccd04ae (patch)
tree8cf2835d858e4e3fe8cdc6f16383ae48d68e700e /src/App.vue
parentfb3e156846b09360b43e30c032acb47a8401265d (diff)
Move follow/unfollow to store and rework account store handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 0041d6b8..7bfea6ab 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -183,7 +183,9 @@ export default {
if (!this.serverData.public) {
this.search = new OCA.Search(this.search, this.resetSearch)
+ this.$store.dispatch('fetchCurrentAccountInfo', this.cloudId)
}
+
},
methods: {
hideInfo() {