fix prod build again + fetch lists (and follow request) on login,
stop fetching on logout, don't start fetching in components
This commit is contained in:
parent
50924aab5c
commit
ebe095bd76
4 changed files with 8 additions and 16 deletions
|
|
@ -36,9 +36,6 @@ library.add(
|
|||
const NavPanel = {
|
||||
props: ['forceExpand'],
|
||||
created () {
|
||||
if (this.currentUser && this.currentUser.locked) {
|
||||
this.$store.dispatch('startFetchingFollowRequests')
|
||||
}
|
||||
},
|
||||
components: {
|
||||
ListsMenuContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue