Merge branch 'from/develop/tusooa/fix-follow-req' into 'develop'
Fix follow request count See merge request pleroma/pleroma-fe!1638
This commit is contained in:
commit
de40ebd5ea
@ -16,7 +16,7 @@ const api = {
|
|||||||
followRequests: []
|
followRequests: []
|
||||||
},
|
},
|
||||||
getters: {
|
getters: {
|
||||||
followRequestCount: state => state.api.followRequests.length
|
followRequestCount: state => state.followRequests.length
|
||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
setBackendInteractor (state, backendInteractor) {
|
setBackendInteractor (state, backendInteractor) {
|
||||||
|
Loading…
Reference in New Issue
Block a user