logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: de40ebd5ea9c3a89c85d822ee719dce9b48c451a
parent 3fe498fa628fc2e5295efc641290b72bb8c3c480
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu,  8 Sep 2022 10:20:10 +0000

Merge branch 'from/develop/tusooa/fix-follow-req' into 'develop'

Fix follow request count

See merge request pleroma/pleroma-fe!1638

Diffstat:

Msrc/modules/api.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/api.js b/src/modules/api.js @@ -16,7 +16,7 @@ const api = { followRequests: [] }, getters: { - followRequestCount: state => state.api.followRequests.length + followRequestCount: state => state.followRequests.length }, mutations: { setBackendInteractor (state, backendInteractor) {