diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-01-21 16:31:41 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-01-21 16:31:41 +0000 |
| commit | ad8eb8832364774a1c06f9c78461fb921b3ca361 (patch) | |
| tree | 50f71c9663ab5d9f39ec17abc2810d5e23d88789 /src/components/nav_panel/nav_panel.js | |
| parent | f052ac4a1e59685332bf3798ce3978d6304816d8 (diff) | |
| parent | 8080981fcdaab4efd07c2c3f4ff3e2131f8aa802 (diff) | |
Merge branch 'fix-follow-requests' into 'develop'
Fix follower request fetching
Closes pleroma#1523 and #757
See merge request pleroma/pleroma-fe!1046
Diffstat (limited to 'src/components/nav_panel/nav_panel.js')
| -rw-r--r-- | src/components/nav_panel/nav_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/nav_panel/nav_panel.js b/src/components/nav_panel/nav_panel.js index d9268585..8f7edb7f 100644 --- a/src/components/nav_panel/nav_panel.js +++ b/src/components/nav_panel/nav_panel.js @@ -3,7 +3,7 @@ import { mapState } from 'vuex' const NavPanel = { created () { if (this.currentUser && this.currentUser.locked) { - this.$store.dispatch('startFetchingFollowRequest') + this.$store.dispatch('startFetchingFollowRequests') } }, computed: mapState({ |
