backend interactor service: implement startFetchingFollowRequest
backend interactor service: remove unused fetchFollowRequests
This commit is contained in:
parent
377b8988b6
commit
0995658757
5 changed files with 19 additions and 8 deletions
|
@ -10,6 +10,10 @@ const SideDrawer = {
|
|||
}),
|
||||
created () {
|
||||
this.closeGesture = GestureService.swipeGesture(GestureService.DIRECTION_LEFT, this.toggleDrawer)
|
||||
|
||||
if (this.currentUser && this.currentUser.locked) {
|
||||
this.$store.dispatch('startFetchingFollowRequest')
|
||||
}
|
||||
},
|
||||
components: { UserCard },
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue